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 asSqlResultSetMappingor thehbm.xmlmapping 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 interfaceEntityCollectionPartAn entity-valued collection-part.Classes in org.hibernate.metamodel.mapping.internal that implement EntityValuedFetchable Modifier and Type Class Description classAbstractEntityCollectionPartBase support for EntityCollectionPart implementationsclassManyToManyCollectionPartEntity-valued collection-part mapped through a join table.classOneToManyCollectionPartorder( id, ...classToOneAttributeMapping -
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 EntityValuedFetchableCompleteFetchBuilderEntityValuedModelPart. 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 EntityValuedFetchableAbstractNonLazyEntityFetch. getEntityValuedModelPart()EntityValuedFetchableAbstractNonLazyEntityFetch. getFetchedMapping()EntityValuedFetchableAbstractNonLazyEntityFetch. getReferencedMappingType()EntityValuedFetchableAbstractNonLazyEntityFetch. 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 EntityValuedFetchableAbstractNonJoinedEntityFetch. getEntityValuedModelPart()EntityValuedFetchableAbstractNonJoinedEntityFetch. getFetchedMapping()Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityValuedFetchable Modifier and Type Method Description protected InitializerEntityFetchJoinedImpl. 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)
-