Uses of Class
org.hibernate.engine.profile.Fetch.Style
-
Packages that use Fetch.Style Package Description org.hibernate.engine.profile Models the fetch profiles defined by the application.org.hibernate.engine.profile.internal 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 Fetch.Style in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return Fetch.Style Modifier and Type Method Description Fetch.Style
Fetch. getStyle()
static Fetch.Style
Fetch.Style. parse(String name)
Parses a style given an externalized string representationstatic Fetch.Style
Fetch.Style. valueOf(String name)
Returns the enum constant of this type with the specified name.static Fetch.Style[]
Fetch.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.engine.profile with parameters of type Fetch.Style Modifier and Type Method Description void
FetchProfile. addFetch(Association association, Fetch.Style style)
Add a fetch override to the profile.Constructors in org.hibernate.engine.profile with parameters of type Fetch.Style Constructor Description Fetch(Association association, Fetch.Style style)
Constructs a Fetch -
Uses of Fetch.Style in org.hibernate.engine.profile.internal
Methods in org.hibernate.engine.profile.internal with parameters of type Fetch.Style Modifier and Type Method Description void
FetchProfileAffectee. registerAffectingFetchProfile(String fetchProfileName, Fetch.Style fetchStyle)
Register the profile name with the entity/collection -
Uses of Fetch.Style in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type Fetch.Style Modifier and Type Method Description void
PluralAttributeMappingImpl. registerAffectingFetchProfile(String fetchProfileName, Fetch.Style fetchStyle)
-
Uses of Fetch.Style in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection with parameters of type Fetch.Style Modifier and Type Method Description void
AbstractCollectionPersister. registerAffectingFetchProfile(String fetchProfileName, Fetch.Style fetchStyle)
-
Uses of Fetch.Style in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type Fetch.Style Modifier and Type Method Description void
AbstractEntityPersister. registerAffectingFetchProfile(String fetchProfileName, Fetch.Style fetchStyle)
-