Uses of Interface
org.hibernate.metamodel.mapping.BasicValuedModelPart
Packages that use BasicValuedModelPart
Package
Description
Contains a framework of strategies for efficient retrieval of
database-generated values.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of BasicValuedModelPart in org.hibernate.generator.values
Methods in org.hibernate.generator.values that return BasicValuedModelPartConstructors in org.hibernate.generator.values with parameters of type BasicValuedModelPartModifierConstructorDescriptionGeneratedValueBasicResultBuilder
(NavigablePath navigablePath, BasicValuedModelPart modelPart, TableGroup tableGroup, Integer valuesArrayPosition) -
Uses of BasicValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of BasicValuedModelPart in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping for a simple, single-column identifierinterface
Descriptor for the collection identifier.interface
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
Details about the discriminator for an embeddable hierarchy.interface
Details about the discriminator for an entity hierarchy.interface
Mapping of a row-idinterface
Describes the mapping of an entity's versionMethods in org.hibernate.metamodel.mapping that return BasicValuedModelPartModifier and TypeMethodDescriptiondefault BasicValuedModelPart
BasicValuedModelPart.asBasicValuedModelPart()
default @Nullable BasicValuedModelPart
ModelPart.asBasicValuedModelPart()
default BasicValuedModelPart
DiscriminatedAssociationModelPart.getDiscriminatorPart()
Deprecated, for removal: This API element is subject to removal in a future version.DiscriminatedAssociationModelPart.getKeyPart()
-
Uses of BasicValuedModelPart in org.hibernate.persister.entity.mutation
Constructors in org.hibernate.persister.entity.mutation with parameters of type BasicValuedModelPartModifierConstructorDescriptionSimpleKeyMapping
(List<EntityTableMapping.KeyColumn> keyColumns, BasicValuedModelPart identifierPart) -
Uses of BasicValuedModelPart in org.hibernate.sql.results.graph.basic
Constructors in org.hibernate.sql.results.graph.basic with parameters of type BasicValuedModelPartModifierConstructorDescriptionBasicFetch
(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, FetchTiming fetchTiming, DomainResultCreationState creationState, boolean unwrapRowProcessingState) BasicFetch
(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T, ?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState, boolean coerceResultType, boolean unwrapRowProcessingState)
Discriminable.getDiscriminatorMapping()
instead.