Uses of Interface
org.hibernate.metamodel.mapping.EntityValuedModelPart
Packages that use EntityValuedModelPart
Package
Description
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.
-
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping -
Uses of EntityValuedModelPart in org.hibernate.persister.entity
Subinterfaces of EntityValuedModelPart in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement EntityValuedModelPartModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of EntityValuedModelPart in org.hibernate.sql.results.graph.entity
Subinterfaces of EntityValuedModelPart in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterface
Fetchable 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)