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 eitherIdentifierGeneratororPostInsertIdentifierGenerator.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 asSqlResultSetMappingor thehbm.xmlmapping 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 interfacePostInsertIdentityPersisterDeprecated, for removal: This API element is subject to removal in a future version.UseEntityPersisterinstead. -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEntityMappingTypeMapping 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 interfaceEntityCollectionPartAn entity-valued collection-part.interfaceInFlightEntityMappingTypeClasses in org.hibernate.metamodel.mapping.internal that implement EntityValuedModelPart Modifier and Type Class Description classAbstractEntityCollectionPartBase support for EntityCollectionPart implementationsclassManyToManyCollectionPartEntity-valued collection-part mapped through a join table.classOneToManyCollectionPartorder( id, ...classToOneAttributeMapping -
Uses of EntityValuedModelPart in org.hibernate.persister.entity
Subinterfaces of EntityValuedModelPart in org.hibernate.persister.entity Modifier and Type Interface Description interfaceDeprecatedEntityStuffDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceLockableDeprecated, for removal: This API element is subject to removal in a future version.interfaceOuterJoinLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceQueryableDeprecated.UseEntityMappingTypeinsteadinterfaceSQLLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceUniqueKeyLoadableClasses in org.hibernate.persister.entity that implement EntityValuedModelPart Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping 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 classMockEntityPersisterstatic classProcessorSessionFactory.EntityPersister -
Uses of EntityValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EntityValuedModelPart Modifier and Type Class Description classAnonymousTupleEntityValuedModelPartConstructors 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 EntityValuedModelPartEntityResultImpl. getEntityValuedModelPart()EntityValuedModelPartEntityResultImpl. getReferencedMappingType()EntityValuedModelPartModelPartReferenceEntity. 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 EntityValuedModelPartEntityValuedPathInterpretation. 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 interfaceEntityValuedFetchableFetchable which is entity-valuedMethods in org.hibernate.sql.results.graph.entity that return EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPartAbstractEntityResultGraphNode. getEntityValuedModelPart()EntityValuedModelPartEntityResultGraphNode. 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 EntityValuedModelPartEntityResultImpl. 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)
-