Uses of Interface
org.hibernate.sql.results.graph.FetchTimingAccess
-
Packages that use FetchTimingAccess Package Description org.hibernate.metamodel.internal 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.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.sql.results.graph -
-
Uses of FetchTimingAccess in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchTimingAccess Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappings -
Uses of FetchTimingAccess in org.hibernate.metamodel.mapping
Subinterfaces of FetchTimingAccess in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityDiscriminatorMapping
Details about the discriminator for an entity hierarchy.interface
NonAggregatedIdentifierMapping
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 FetchTimingAccess in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement FetchTimingAccess Modifier and Type Class Description class
AbstractDiscriminatorMapping
class
AbstractEntityCollectionPart
Base support for EntityCollectionPart implementationsclass
AbstractSingularAttributeMapping
class
AbstractStateArrayContributorMapping
class
AnyDiscriminatorPart
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
AnyKeyPart
Acts as a ModelPart for the key portion of an any-valued mappingclass
BasicAttributeMapping
class
BasicEntityIdentifierMappingImpl
Mapping of a simple identifierclass
BasicValuedCollectionPart
Models a basic collection element/value or index/keyclass
CaseStatementDiscriminatorMappingImpl
class
CollectionIdentifierDescriptorImpl
class
DiscriminatedAssociationAttributeMapping
Singular, any-valued attributeclass
DiscriminatedAssociationMapping
Represents the "type" of an any-valued mappingclass
EmbeddedAttributeMapping
class
EmbeddedCollectionPart
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
EntityVersionMappingImpl
class
ExplicitColumnDiscriminatorMappingImpl
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
OneToManyCollectionPart
order( id, ...class
PluralAttributeMappingImpl
class
SimpleForeignKeyDescriptor
class
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
-
Uses of FetchTimingAccess in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchTimingAccess Modifier and Type Class Description class
AnonymousTupleNonAggregatedEntityIdentifierMapping
-
Uses of FetchTimingAccess in org.hibernate.sql.results.graph
Subinterfaces of FetchTimingAccess in org.hibernate.sql.results.graph Modifier and Type Interface Description interface
FetchOptions
Represents an aggregatedFetchTiming
andFetchStyle
value
-