Uses of Interface
org.hibernate.sql.results.graph.FetchStyleAccess
-
Packages that use FetchStyleAccess Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.sql.results.graph -
-
Uses of FetchStyleAccess in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchStyleAccess Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase implementation for composite identifier mappings -
Uses of FetchStyleAccess in org.hibernate.metamodel.mapping
Subinterfaces of FetchStyleAccess in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEntityDiscriminatorMappinginterfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedIddoes. -
Uses of FetchStyleAccess in org.hibernate.metamodel.mapping.internal
-
Uses of FetchStyleAccess in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchStyleAccess Modifier and Type Class Description classAnonymousTupleNonAggregatedEntityIdentifierMapping -
Uses of FetchStyleAccess in org.hibernate.sql.results.graph
Subinterfaces of FetchStyleAccess in org.hibernate.sql.results.graph Modifier and Type Interface Description interfaceFetchOptionsRepresents an aggregatedFetchTimingandFetchStylevalue
-