Uses of Interface
org.hibernate.sql.results.graph.entity.EntityValuedFetchable
-
Packages that use EntityValuedFetchable Package Description org.hibernate.metamodel.mapping.internal org.hibernate.query.internal org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal -
-
Uses of EntityValuedFetchable in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityValuedFetchable in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
EntityCollectionPart
An entity-valued collection-part.Classes in org.hibernate.metamodel.mapping.internal that implement EntityValuedFetchable Modifier and Type Class Description class
AbstractEntityCollectionPart
Base support for EntityCollectionPart implementationsclass
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
OneToManyCollectionPart
order( id, ...class
ToOneAttributeMapping
-
Uses of EntityValuedFetchable in org.hibernate.query.internal
Constructors in org.hibernate.query.internal with parameters of type EntityValuedFetchable Constructor Description FetchMementoEntityStandard(NavigablePath navigablePath, EntityValuedFetchable attributeMapping, List<String> columnNames)
-
Uses of EntityValuedFetchable in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return EntityValuedFetchable Modifier and Type Method Description EntityValuedFetchable
CompleteFetchBuilderEntityValuedModelPart. getReferencedPart()
Constructors in org.hibernate.query.results.complete with parameters of type EntityValuedFetchable Constructor Description CompleteFetchBuilderEntityValuedModelPart(NavigablePath navigablePath, EntityValuedFetchable modelPart, List<String> columnAliases)
-
Uses of EntityValuedFetchable in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return EntityValuedFetchable Modifier and Type Method Description EntityValuedFetchable
AbstractNonLazyEntityFetch. getEntityValuedModelPart()
Deprecated, for removal: This API element is subject to removal in a future version.EntityValuedFetchable
AbstractNonLazyEntityFetch. getFetchedMapping()
Deprecated, for removal: This API element is subject to removal in a future version.EntityValuedFetchable
AbstractNonLazyEntityFetch. getReferencedMappingType()
Deprecated, for removal: This API element is subject to removal in a future version.EntityValuedFetchable
AbstractNonLazyEntityFetch. getReferencedModePart()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityValuedFetchable Constructor Description AbstractNonLazyEntityFetch(FetchParent fetchParent, EntityValuedFetchable fetchedPart, NavigablePath navigablePath)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityValuedFetchable in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return EntityValuedFetchable Modifier and Type Method Description EntityValuedFetchable
EntityFetchJoinedImpl. getEntityValuedModelPart()
EntityValuedFetchable
EntityFetchJoinedImpl. getFetchedMapping()
EntityValuedFetchable
EntityFetchJoinedImpl. getReferencedMappingType()
EntityValuedFetchable
EntityFetchJoinedImpl. getReferencedModePart()
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityValuedFetchable Constructor Description EntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, FetchParentAccess parentAccess, AssemblerCreationState creationState)
-