Uses of Interface
org.hibernate.persister.collection.QueryableCollection
-
Packages that use QueryableCollection Package Description org.hibernate.persister.collection This package abstracts persistence mechanisms for collections. -
-
Uses of QueryableCollection in org.hibernate.persister.collection
Subinterfaces of QueryableCollection in org.hibernate.persister.collection Modifier and Type Interface Description interface
DeprecatedCollectionStuff
Deprecated.Just used to singly extend all the deprecated collection persister rolesinterface
SQLLoadableCollection
Deprecated.Classes in org.hibernate.persister.collection that implement QueryableCollection Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
class
OneToManyPersister
-