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.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.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()
-