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()
EntityValuedFetchable
AbstractNonLazyEntityFetch. getFetchedMapping()
EntityValuedFetchable
AbstractNonLazyEntityFetch. getReferencedMappingType()
EntityValuedFetchable
AbstractNonLazyEntityFetch. getReferencedModePart()
Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityValuedFetchable Constructor Description AbstractNonLazyEntityFetch(FetchParent fetchParent, EntityValuedFetchable fetchedPart, NavigablePath navigablePath)
-
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
AbstractNonJoinedEntityFetch. getEntityValuedModelPart()
EntityValuedFetchable
AbstractNonJoinedEntityFetch. getFetchedMapping()
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityValuedFetchable Modifier and Type Method Description protected Initializer
EntityFetchJoinedImpl. buildEntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)
For Hibernate ReactiveConstructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityValuedFetchable Constructor Description AbstractNonJoinedEntityFetch(NavigablePath navigablePath, EntityValuedFetchable fetchedModelPart, FetchParent fetchParent)
EntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)
-