Uses of Class
org.hibernate.engine.FetchStyle
-
Packages that use FetchStyle Package Description org.hibernate.boot.model.source.spi org.hibernate.engine This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms.org.hibernate.engine.profile Models the fetch profiles defined by the application.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.query.derived org.hibernate.sql.results.graph Defines domain result graphs. -
-
Uses of FetchStyle in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return FetchStyle Modifier and Type Method Description FetchStyleFetchCharacteristics. getFetchStyle()FetchStyleSecondaryTableSource. getFetchStyle() -
Uses of FetchStyle in org.hibernate.engine
Methods in org.hibernate.engine that return FetchStyle Modifier and Type Method Description static FetchStyleFetchStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchStyle[]FetchStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FetchStyle in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return FetchStyle Modifier and Type Method Description FetchStyleFetch. getMethod()The fetch method to be applied to the association.FetchStyleFetch.Style. toFetchStyle()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.engine.profile with parameters of type FetchStyle Constructor Description Fetch(Association association, FetchStyle method, FetchTiming timing)Constructs aFetch. -
Uses of FetchStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return FetchStyle Modifier and Type Method Description default FetchStyleEntityDiscriminatorMapping. getStyle() -
Uses of FetchStyle in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return FetchStyle Modifier and Type Method Description FetchStyleAnonymousTupleNonAggregatedEntityIdentifierMapping. getStyle() -
Uses of FetchStyle in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchStyle Modifier and Type Method Description FetchStyleFetchStyleAccess. getStyle()Methods in org.hibernate.sql.results.graph with parameters of type FetchStyle Modifier and Type Method Description static FetchOptionsFetchOptions. valueOf(FetchTiming fetchTiming, FetchStyle fetchStyle)
-