Uses of Interface
org.hibernate.persister.collection.QueryableCollection
-
Packages that use QueryableCollection Package Description org.hibernate.jpamodelgen.validation Validation for HQL queries.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections. -
-
Uses of QueryableCollection in org.hibernate.jpamodelgen.validation
Classes in org.hibernate.jpamodelgen.validation that implement QueryableCollection Modifier and Type Class Description class
MockCollectionPersister
static class
ProcessorSessionFactory.ElementCollectionPersister
static class
ProcessorSessionFactory.ToManyAssociationPersister
-
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
-