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