Class AbstractCollectionPersister

java.lang.Object
org.hibernate.persister.collection.AbstractCollectionPersister
All Implemented Interfaces:
org.hibernate.engine.profile.internal.FetchProfileAffectee, FilterRestrictable, org.hibernate.metamodel.mapping.internal.InFlightCollectionMapping, org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl.Aware, Restrictable, WhereRestrictable, CollectionPersister, CollectionMutationTarget, Joinable, MutationTarget<CollectionTableMapping>
Direct Known Subclasses:
BasicCollectionPersister, OneToManyPersister

@Internal public abstract class AbstractCollectionPersister extends Object implements CollectionPersister, org.hibernate.metamodel.mapping.internal.InFlightCollectionMapping, CollectionMutationTarget, org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl.Aware, org.hibernate.engine.profile.internal.FetchProfileAffectee, Joinable
Base implementation of the QueryableCollection interface.
See Also: