Uses of Interface
org.hibernate.persister.collection.SQLLoadableCollection
-
Packages that use SQLLoadableCollection Package Description org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.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 class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
ACollectionPersister
for collections of values and many-to-many associations.class
OneToManyPersister
ACollectionPersister
forone-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 SQLLoadableCollection
ResultSetMappingProcessor. getCollectionPersister(String alias)
SQLLoadableCollection
SQLQueryParser.ParserContext. getCollectionPersister(String alias)
-