Uses of Interface
org.hibernate.metamodel.mapping.EntityValuedModelPart
-
Packages that use EntityValuedModelPart Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.derived org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.org.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.query.sqm.sql.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal -
-
Uses of EntityValuedModelPart in org.hibernate.id
Subinterfaces of EntityValuedModelPart in org.hibernate.id Modifier and Type Interface Description interface
PostInsertIdentityPersister
Deprecated, for removal: This API element is subject to removal in a future version.UseEntityPersister
instead. -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityMappingType
Mapping of an entity -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
EntityCollectionPart
An entity-valued collection-part.interface
InFlightEntityMappingType
Classes in org.hibernate.metamodel.mapping.internal that implement EntityValuedModelPart Modifier and Type Class Description class
AbstractEntityCollectionPart
Base support for EntityCollectionPart implementationsclass
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
OneToManyCollectionPart
order( id, ...class
ToOneAttributeMapping
-
Uses of EntityValuedModelPart in org.hibernate.persister.entity
Subinterfaces of EntityValuedModelPart in org.hibernate.persister.entity Modifier and Type Interface Description interface
DeprecatedEntityStuff
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Lockable
Deprecated, for removal: This API element is subject to removal in a future version.interface
OuterJoinLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
UniqueKeyLoadable
Classes in org.hibernate.persister.entity that implement EntityValuedModelPart Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of EntityValuedModelPart in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement EntityValuedModelPart Modifier and Type Class Description class
MockEntityPersister
static class
ProcessorSessionFactory.EntityPersister
-
Uses of EntityValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EntityValuedModelPart Modifier and Type Class Description class
AnonymousTupleEntityValuedModelPart
Constructors in org.hibernate.query.derived with parameters of type EntityValuedModelPart Constructor Description AnonymousTupleEntityValuedModelPart(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 EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
EntityResultImpl. getEntityValuedModelPart()
EntityValuedModelPart
EntityResultImpl. getReferencedMappingType()
EntityValuedModelPart
ModelPartReferenceEntity. getReferencedPart()
Constructors in org.hibernate.query.results.complete with parameters of type EntityValuedModelPart Constructor Description EntityResultImpl(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 EntityValuedModelPart Constructor Description ImplicitModelPartResultBuilderEntity(NavigablePath navigablePath, EntityValuedModelPart modelPart)
-
Uses of EntityValuedModelPart in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
EntityValuedPathInterpretation. getExpressionType()
Methods in org.hibernate.query.sqm.sql.internal with parameters of type EntityValuedModelPart Modifier and Type Method Description static <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 EntityValuedModelPart Constructor Description EntityValuedPathInterpretation(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.entity Modifier and Type Interface Description interface
EntityValuedFetchable
Fetchable which is entity-valuedMethods in org.hibernate.sql.results.graph.entity that return EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
AbstractEntityResultGraphNode. getEntityValuedModelPart()
EntityValuedModelPart
EntityResultGraphNode. getEntityValuedModelPart()
Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityValuedModelPart Constructor Description AbstractEntityResultGraphNode(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 EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
EntityResultImpl. getReferencedModePart()
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityValuedModelPart Constructor Description EntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable)
-