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 SQLLoadableCollectionSQLQueryReturnProcessor.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 classAbstractCollectionPersisterBase implementation of the QueryableCollection interface.classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classOneToManyPersisterCollection persister for one-to-many associations.
-