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 interface
DeprecatedCollectionStuff
Deprecated.Just used to singly extend all the deprecated collection persister rolesClasses in org.hibernate.persister.collection that implement SQLLoadableCollection Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
class
OneToManyPersister
-
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)
-