Uses of Interface
org.hibernate.persister.collection.SQLLoadableCollection
-
Packages that use SQLLoadableCollection Package Description org.hibernate.loader.custom org.hibernate.loader.custom.sql org.hibernate.persister.collection -
-
Uses of SQLLoadableCollection in org.hibernate.loader.custom
Constructors in org.hibernate.loader.custom with parameters of type SQLLoadableCollection Constructor Description ColumnCollectionAliases(java.util.Map userProvidedAliases, SQLLoadableCollection persister)
-
Uses of SQLLoadableCollection in org.hibernate.loader.custom.sql
Methods in org.hibernate.loader.custom.sql that return SQLLoadableCollection Modifier and Type Method Description SQLLoadableCollection
SQLQueryReturnProcessor.ResultAliasContext. getCollectionPersister(java.lang.String alias)
-
Uses of SQLLoadableCollection in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection that implement SQLLoadableCollection Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of the QueryableCollection interface.class
BasicCollectionPersister
Collection persister for collections of values and many-to-many associations.class
OneToManyPersister
Collection persister for one-to-many associations.
-