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 or the hbm.xml
mapping element <resultset/>.-
Uses of EntityValuedFetchable in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityValuedFetchable in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterfaceAn entity-valued collection-part.Classes in org.hibernate.metamodel.mapping.internal that implement EntityValuedFetchableModifier and TypeClassDescriptionclassBase support for EntityCollectionPart implementationsclassEntity-valued collection-part mapped through a join table.classorder( id, ... ) item( id, order_fk, ... ) `Order#items` table : item key : order_fk element : idclass -
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.complete
Methods in org.hibernate.query.results.complete that return EntityValuedFetchableConstructors in org.hibernate.query.results.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()