Uses of Interface
org.hibernate.metamodel.mapping.EntityValuedModelPart
Packages that use EntityValuedModelPart
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping or the hbm.xml
mapping element <resultset/>.Defines support for implicit ResultSet mappings.
-
Uses of EntityValuedModelPart in org.hibernate.id
Subinterfaces of EntityValuedModelPart in org.hibernate.idModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterfaceAn entity-valued collection-part.interfaceClasses in org.hibernate.metamodel.mapping.internal that implement EntityValuedModelPartModifier 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 EntityValuedModelPart in org.hibernate.persister.entity
Subinterfaces of EntityValuedModelPart in org.hibernate.persister.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceA strategy for persisting a mapped entity class.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated.UseEntityMappingTypeinsteadinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceClasses in org.hibernate.persister.entity that implement EntityValuedModelPartModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of EntityValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EntityValuedModelPartConstructors in org.hibernate.query.derived with parameters of type EntityValuedModelPartModifierConstructorDescriptionAnonymousTupleEntityValuedModelPart(EntityIdentifierMapping identifierMapping, DomainType<?> domainType, String componentName, EntityValuedModelPart delegate, int fetchableIndex) -
Uses of EntityValuedModelPart in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return EntityValuedModelPartModifier and TypeMethodDescriptionEntityResultImpl.getEntityValuedModelPart()EntityResultImpl.getReferencedMappingType()ModelPartReferenceEntity.getReferencedPart()Constructors in org.hibernate.query.results.complete with parameters of type EntityValuedModelPartModifierConstructorDescriptionEntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, String resultAlias, LockMode lockMode, Function<EntityResultImpl, BasicFetch<?>> discriminatorFetchBuilder, DomainResultCreationState creationState) -
Uses of EntityValuedModelPart in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type EntityValuedModelPartModifierConstructorDescriptionImplicitModelPartResultBuilderEntity(NavigablePath navigablePath, EntityValuedModelPart modelPart) -
Uses of EntityValuedModelPart in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return EntityValuedModelPartMethods in org.hibernate.query.sqm.sql.internal with parameters of type EntityValuedModelPartModifier and TypeMethodDescriptionstatic <T> EntityValuedPathInterpretation<T>EntityValuedPathInterpretation.from(NavigablePath navigablePath, TableGroup tableGroup, ModelPart resultModelPart, EntityValuedModelPart mapping, EntityValuedModelPart treatedMapping, SqmToSqlAstConverter sqlAstCreationState) Constructors in org.hibernate.query.sqm.sql.internal with parameters of type EntityValuedModelPartModifierConstructorDescriptionEntityValuedPathInterpretation(Expression sqlExpression, NavigablePath navigablePath, TableGroup tableGroup, EntityValuedModelPart mapping) -
Uses of EntityValuedModelPart in org.hibernate.sql.results.graph.entity
Subinterfaces of EntityValuedModelPart in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterfaceFetchable which is entity-valuedMethods in org.hibernate.sql.results.graph.entity that return EntityValuedModelPartModifier and TypeMethodDescriptionAbstractEntityResultGraphNode.getEntityValuedModelPart()EntityResultGraphNode.getEntityValuedModelPart()Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityValuedModelPartModifierConstructorDescriptionAbstractEntityResultGraphNode(EntityValuedModelPart referencedModelPart, NavigablePath navigablePath) -
Uses of EntityValuedModelPart in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return EntityValuedModelPartConstructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityValuedModelPartModifierConstructorDescriptionEntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable)
EntityPersisterinstead.