Uses of Interface
org.hibernate.engine.profile.internal.FetchProfileAffectee
Packages that use FetchProfileAffectee
Package
Description
This package abstracts persistence mechanisms for collections.
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 -
Uses of FetchProfileAffectee in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection that implement FetchProfileAffecteeModifier and TypeClassDescriptionclass
Base implementation of theQueryableCollection
interface.class
class
-
Uses of FetchProfileAffectee in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement FetchProfileAffecteeModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy.