Uses of Interface
org.hibernate.engine.profile.internal.FetchProfileAffectee
-
Packages that use FetchProfileAffectee Package Description org.hibernate.metamodel.mapping.internal org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of FetchProfileAffectee in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement FetchProfileAffectee Modifier and Type Class Description class
PluralAttributeMappingImpl
-
Uses of FetchProfileAffectee in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection that implement FetchProfileAffectee Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
class
OneToManyPersister
-
Uses of FetchProfileAffectee in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement FetchProfileAffectee Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy.
-