Uses of Interface
org.hibernate.sql.results.graph.entity.EntityValuedFetchable
Packages that use EntityValuedFetchable
Package
Description
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.-
Uses of EntityValuedFetchable in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityValuedFetchable in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
An entity-valued collection-part.Classes in org.hibernate.metamodel.mapping.internal that implement EntityValuedFetchableModifier and TypeClassDescriptionclass
Base support for EntityCollectionPart implementationsclass
Entity-valued collection-part mapped through a join table.class
order( id, ...class
-
Uses of EntityValuedFetchable in org.hibernate.query.internal
Constructors in org.hibernate.query.internal with parameters of type EntityValuedFetchableModifierConstructorDescriptionFetchMementoEntityStandard
(NavigablePath navigablePath, EntityValuedFetchable attributeMapping, List<String> columnNames) -
Uses of EntityValuedFetchable in org.hibernate.query.results.internal.complete
Methods in org.hibernate.query.results.internal.complete that return EntityValuedFetchableConstructors in org.hibernate.query.results.internal.complete with parameters of type EntityValuedFetchableModifierConstructorDescriptionCompleteFetchBuilderEntityValuedModelPart
(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 EntityValuedFetchableModifier and TypeMethodDescriptionEntityFetchJoinedImpl.getEntityValuedModelPart()
EntityFetchJoinedImpl.getFetchedMapping()
EntityFetchJoinedImpl.getReferencedMappingType()
EntityFetchJoinedImpl.getReferencedModePart()