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).
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.Defines support for implicit ResultSet mappings.
-
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.generator.values.internal
Methods in org.hibernate.generator.values.internal that return BasicValuedModelPartModifier and TypeMethodDescriptionstatic BasicValuedModelPart
GeneratedValuesHelper.getActualGeneratedModelPart
(BasicValuedModelPart modelPart) Methods in org.hibernate.generator.values.internal with parameters of type BasicValuedModelPartModifier and TypeMethodDescriptionstatic BasicValuedModelPart
GeneratedValuesHelper.getActualGeneratedModelPart
(BasicValuedModelPart modelPart) -
Uses of BasicValuedModelPart in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type BasicValuedModelPartModifier and TypeMethodDescriptionstatic <K> K[]
LoaderHelper.normalizeKeys
(K[] keys, BasicValuedModelPart keyPart, SharedSessionContractImplementor session, SessionFactoryImplementor sessionFactory) Normalize an array of keys (primary, foreign or natural). -
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.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicValuedModelPartModifier and TypeClassDescriptionclass
class
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
Acts as a ModelPart for the key portion of an any-valued mappingclass
class
Mapping of a simple identifierclass
Models a basic collection element/value or index/keyclass
class
class
class
class
class
Methods in org.hibernate.metamodel.mapping.internal that return BasicValuedModelPartModifier and TypeMethodDescriptionDiscriminatedAssociationAttributeMapping.getKeyPart()
DiscriminatedAssociationMapping.getKeyPart()
DiscriminatedCollectionPart.getKeyPart()
SimpleForeignKeyDescriptor.getKeyPart()
SimpleForeignKeyDescriptorSide.getModelPart()
SimpleForeignKeyDescriptor.getTargetPart()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type BasicValuedModelPartModifier and TypeMethodDescriptionstatic BasicAttributeMapping
BasicAttributeMapping.withSelectableMapping
(ManagedMappingType declaringType, BasicValuedModelPart original, PropertyAccess propertyAccess, boolean insertable, boolean updateable, SelectableMapping selectableMapping) Constructors in org.hibernate.metamodel.mapping.internal with parameters of type BasicValuedModelPartModifierConstructorDescriptionDiscriminatedAssociationMapping
(DiscriminatedAssociationModelPart modelPart, AnyDiscriminatorPart discriminatorPart, BasicValuedModelPart keyPart, JavaType<?> baseAssociationJtd, FetchTiming fetchTiming, SessionFactoryImplementor sessionFactory) SimpleForeignKeyDescriptor
(BasicValuedModelPart keyModelPart, BasicValuedModelPart targetModelPart, boolean refersToPrimaryKey, boolean hasConstraint, boolean swapDirection) SimpleForeignKeyDescriptor
(ManagedMappingType keyDeclaringType, BasicValuedModelPart keyModelPart, PropertyAccess keyPropertyAccess, SelectableMapping keySelectableMapping, BasicValuedModelPart targetModelPart, boolean insertable, boolean updateable, boolean refersToPrimaryKey, boolean hasConstraint) SimpleForeignKeyDescriptor
(ManagedMappingType keyDeclaringType, SelectableMapping keySelectableMapping, BasicValuedModelPart targetModelPart, boolean refersToPrimaryKey, boolean hasConstraint) SimpleForeignKeyDescriptor
(ManagedMappingType keyDeclaringType, SelectableMapping keySelectableMapping, PropertyAccess valueAccess, BasicValuedModelPart targetModelPart, boolean refersToPrimaryKey, boolean hasConstraint, boolean swapDirection) SimpleForeignKeyDescriptorSide
(ForeignKeyDescriptor.Nature nature, BasicValuedModelPart modelPart) -
Uses of BasicValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement BasicValuedModelPartModifier and TypeClassDescriptionclass
class
-
Uses of BasicValuedModelPart in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return BasicValuedModelPartConstructors in org.hibernate.query.internal with parameters of type BasicValuedModelPartModifierConstructorDescriptionFetchMementoBasicStandard
(NavigablePath navigablePath, BasicValuedModelPart fetchedAttribute, String columnAlias) ModelPartResultMementoBasicImpl
(NavigablePath navigablePath, BasicValuedModelPart modelPart, String columnName) -
Uses of BasicValuedModelPart in org.hibernate.query.results.internal.complete
Methods in org.hibernate.query.results.internal.complete that return BasicValuedModelPartModifier and TypeMethodDescriptionCompleteFetchBuilderBasicPart.getReferencedPart()
CompleteResultBuilderBasicModelPart.getReferencedPart()
DelayedFetchBuilderBasicPart.getReferencedPart()
ModelPartReferenceBasic.getReferencedPart()
Constructors in org.hibernate.query.results.internal.complete with parameters of type BasicValuedModelPartModifierConstructorDescriptionCompleteFetchBuilderBasicPart
(NavigablePath navigablePath, BasicValuedModelPart referencedModelPart, String selectionAlias) CompleteResultBuilderBasicModelPart
(NavigablePath navigablePath, BasicValuedModelPart modelPart, String columnAlias) DelayedFetchBuilderBasicPart
(NavigablePath navigablePath, BasicValuedModelPart referencedModelPart, boolean isEnhancedForLazyLoading) -
Uses of BasicValuedModelPart in org.hibernate.query.results.internal.implicit
Constructors in org.hibernate.query.results.internal.implicit with parameters of type BasicValuedModelPartModifierConstructorDescriptionImplicitFetchBuilderBasic
(NavigablePath fetchPath, BasicValuedModelPart fetchable) ImplicitFetchBuilderBasic
(NavigablePath fetchPath, BasicValuedModelPart fetchable, DomainResultCreationState creationState) ImplicitModelPartResultBuilderBasic
(NavigablePath navigablePath, BasicValuedModelPart modelPart) -
Uses of BasicValuedModelPart in org.hibernate.query.sqm.sql.internal
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type BasicValuedModelPartModifierConstructorDescriptionBasicValuedPathInterpretation
(ColumnReference columnReference, NavigablePath navigablePath, BasicValuedModelPart mapping, TableGroup tableGroup) -
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.