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 Defines domain result graphs. -
-
Uses of FetchTimingAccess in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchTimingAccess Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase 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 interfaceEmbeddableDiscriminatorMappingDetails about the discriminator for an embeddable hierarchy.interfaceEntityDiscriminatorMappingDetails about the discriminator for an entity hierarchy.interfaceNonAggregatedIdentifierMappingA "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
-
Uses of FetchTimingAccess in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchTimingAccess Modifier and Type Class Description classAnonymousTupleNonAggregatedEntityIdentifierMapping -
Uses of FetchTimingAccess in org.hibernate.sql.results.graph
Subinterfaces of FetchTimingAccess in org.hibernate.sql.results.graph Modifier and Type Interface Description interfaceFetchOptionsRepresents an aggregatedFetchTimingandFetchStylevalue
-