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 Implementation of the SPIs for native SQL query support. -
-
Uses of SQLLoadableCollection in org.hibernate.persister.collection
Subinterfaces of SQLLoadableCollection in org.hibernate.persister.collection Modifier and Type Interface Description interfaceDeprecatedCollectionStuffDeprecated.Just used to singly extend all the deprecated collection persister rolesClasses in org.hibernate.persister.collection that implement SQLLoadableCollection Modifier and Type Class Description classAbstractCollectionPersisterBase implementation of theQueryableCollectioninterface.classBasicCollectionPersisterclassOneToManyPersister -
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)
-