Uses of Class
org.hibernate.sql.results.graph.AbstractFetchParentAccess
-
-
Uses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.embeddable
Subclasses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.embeddable Modifier and Type Class Description classAbstractEmbeddableInitializer -
Uses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.embeddable.internal
Subclasses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.embeddable.internal Modifier and Type Class Description classAbstractNonAggregatedIdentifierMappingInitializerclassAggregateEmbeddableFetchInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classAggregateEmbeddableResultInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classEmbeddableFetchInitializerclassEmbeddableResultInitializerclassNonAggregatedIdentifierMappingFetchInitializerclassNonAggregatedIdentifierMappingResultInitializer -
Uses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.entity
Subclasses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.entity Modifier and Type Class Description classAbstractEntityInitializer -
Uses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.entity.internal
Subclasses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.entity.internal Modifier and Type Class Description classEntityJoinedFetchInitializerclassEntityResultInitializerInitializer for cases where the entity is a root domain selection
-