Uses of Interface
org.hibernate.sql.results.graph.FetchStyleAccess
Packages that use FetchStyleAccess
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines domain result graphs.
-
Uses of FetchStyleAccess in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchStyleAccessModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappings -
Uses of FetchStyleAccess in org.hibernate.metamodel.mapping
Subinterfaces of FetchStyleAccess in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Details about the discriminator for an embeddable hierarchy.interface
Details about the discriminator for an entity hierarchy.interface
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does. -
Uses of FetchStyleAccess in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement FetchStyleAccessModifier and TypeClassDescriptionclass
class
Base support for EntityCollectionPart implementationsclass
class
class
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
Acts as a ModelPart for the key portion of an any-valued mappingclass
class
Mapping of a simple identifierclass
Models a basic collection element/value or index/keyclass
class
class
Singular, any-valued attributeclass
Represents the "type" of an any-valued mappingclass
class
class
Support forEmbeddedId
class
class
class
The inverse part of a "non-aggregated" composite identifier.class
Entity-valued collection-part mapped through a join table.class
A "non-aggregated" composite identifier.class
order( id, ...class
class
class
class
-
Uses of FetchStyleAccess in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchStyleAccess -
Uses of FetchStyleAccess in org.hibernate.sql.results.graph
Subinterfaces of FetchStyleAccess in org.hibernate.sql.results.graphModifier and TypeInterfaceDescriptioninterface
Represents an aggregatedFetchTiming
andFetchStyle
value