Uses of Interface
org.hibernate.persister.collection.SQLLoadableCollection
-
Packages that use SQLLoadableCollection Package Description org.hibernate.persister.collection org.hibernate.query.sql.internal -
-
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 theQueryableCollectioninterface.classBasicCollectionPersisterACollectionPersisterfor collections of values and many-to-many associations.classOneToManyPersisterACollectionPersisterforone-to-one associations. -
Uses of SQLLoadableCollection in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return SQLLoadableCollection Modifier and Type Method Description SQLLoadableCollectionResultSetMappingProcessor. getCollectionPersister(String alias)SQLLoadableCollectionSQLQueryParser.ParserContext. getCollectionPersister(String alias)
-