Uses of Interface
org.hibernate.metamodel.mapping.BasicValuedModelPart
-
Packages that use BasicValuedModelPart Package Description org.hibernate.generator.values Contains a framework of strategies for efficient retrieval of database-generated values.org.hibernate.generator.values.internal org.hibernate.loader.ast.internal 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.query.derived org.hibernate.query.internal 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.basic -
-
Uses of BasicValuedModelPart in org.hibernate.generator.values
Methods in org.hibernate.generator.values that return BasicValuedModelPart Modifier and Type Method Description BasicValuedModelPart
GeneratedValueBasicResultBuilder. getModelPart()
Constructors in org.hibernate.generator.values with parameters of type BasicValuedModelPart Constructor Description GeneratedValueBasicResultBuilder(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 BasicValuedModelPart Modifier and Type Method Description static BasicValuedModelPart
GeneratedValuesHelper. getActualGeneratedModelPart(BasicValuedModelPart modelPart)
Methods in org.hibernate.generator.values.internal with parameters of type BasicValuedModelPart Modifier and Type Method Description static 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 BasicValuedModelPart Modifier and Type Method Description static <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.mapping Modifier and Type Interface Description interface
BasicEntityIdentifierMapping
Mapping for a simple, single-column identifierinterface
CollectionIdentifierDescriptor
Descriptor for the collection identifier.interface
DiscriminatorMapping
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
EmbeddableDiscriminatorMapping
Details about the discriminator for an embeddable hierarchy.interface
EntityDiscriminatorMapping
Details about the discriminator for an entity hierarchy.interface
EntityRowIdMapping
Mapping of a row-idinterface
EntityVersionMapping
Describes the mapping of an entity's versionMethods in org.hibernate.metamodel.mapping that return BasicValuedModelPart Modifier and Type Method Description default 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.UseDiscriminable.getDiscriminatorMapping()
instead.BasicValuedModelPart
DiscriminatedAssociationModelPart. getKeyPart()
-
Uses of BasicValuedModelPart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicValuedModelPart Modifier and Type Class Description class
AbstractDiscriminatorMapping
class
AnyDiscriminatorPart
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
AnyKeyPart
Acts as a ModelPart for the key portion of an any-valued mappingclass
BasicAttributeMapping
class
BasicEntityIdentifierMappingImpl
Mapping of a simple identifierclass
BasicValuedCollectionPart
Models a basic collection element/value or index/keyclass
CaseStatementDiscriminatorMappingImpl
class
CollectionIdentifierDescriptorImpl
class
EntityRowIdMappingImpl
class
EntityVersionMappingImpl
class
ExplicitColumnDiscriminatorMappingImpl
class
SimpleForeignKeyDescriptor
Methods in org.hibernate.metamodel.mapping.internal that return BasicValuedModelPart Modifier and Type Method Description BasicValuedModelPart
DiscriminatedAssociationAttributeMapping. getKeyPart()
BasicValuedModelPart
DiscriminatedAssociationMapping. getKeyPart()
BasicValuedModelPart
DiscriminatedCollectionPart. getKeyPart()
BasicValuedModelPart
SimpleForeignKeyDescriptor. getKeyPart()
BasicValuedModelPart
SimpleForeignKeyDescriptorSide. getModelPart()
BasicValuedModelPart
SimpleForeignKeyDescriptor. getTargetPart()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type BasicValuedModelPart Modifier and Type Method Description static 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 BasicValuedModelPart Constructor Description DiscriminatedAssociationMapping(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 BasicValuedModelPart Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleBasicValuedModelPart
-
Uses of BasicValuedModelPart in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return BasicValuedModelPart Modifier and Type Method Description BasicValuedModelPart
FetchMementoBasicStandard. getFetchedAttribute()
Constructors in org.hibernate.query.internal with parameters of type BasicValuedModelPart Constructor Description FetchMementoBasicStandard(NavigablePath navigablePath, BasicValuedModelPart fetchedAttribute, String columnAlias)
ModelPartResultMementoBasicImpl(NavigablePath navigablePath, BasicValuedModelPart modelPart, String columnName)
-
Uses of BasicValuedModelPart in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return BasicValuedModelPart Modifier and Type Method Description BasicValuedModelPart
CompleteFetchBuilderBasicPart. getReferencedPart()
BasicValuedModelPart
CompleteResultBuilderBasicModelPart. getReferencedPart()
BasicValuedModelPart
DelayedFetchBuilderBasicPart. getReferencedPart()
BasicValuedModelPart
ModelPartReferenceBasic. getReferencedPart()
Constructors in org.hibernate.query.results.complete with parameters of type BasicValuedModelPart Constructor Description CompleteFetchBuilderBasicPart(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.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type BasicValuedModelPart Constructor Description ImplicitFetchBuilderBasic(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 BasicValuedModelPart Constructor Description BasicValuedPathInterpretation(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 BasicValuedModelPart Constructor Description BasicFetch(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)
-