Uses of Interface
org.hibernate.metamodel.mapping.BasicValuedMapping
Packages that use BasicValuedMapping
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.Package defining support for
SqmFunctionDescriptor
handling.Nodes representing expressions in the SQM tree.
AST nodes representing expressions in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of BasicValuedMapping in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function that return BasicValuedMappingModifier and TypeMethodDescriptionAvgFunction.ReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) SumReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) Method parameters in org.hibernate.dialect.function with type arguments of type BasicValuedMappingModifier and TypeMethodDescriptionAvgFunction.ReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) SumReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) -
Uses of BasicValuedMapping in org.hibernate.dialect.function.array
Methods in org.hibernate.dialect.function.array that return BasicValuedMappingModifier and TypeMethodDescriptionArrayViaArgumentReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) ArrayViaElementArgumentReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) ElementViaArrayArgumentReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) JsonArrayViaElementArgumentReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) Method parameters in org.hibernate.dialect.function.array with type arguments of type BasicValuedMappingModifier and TypeMethodDescriptionArrayViaArgumentReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) ArrayViaElementArgumentReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) ElementViaArrayArgumentReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) JsonArrayViaElementArgumentReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) -
Uses of BasicValuedMapping in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json that return BasicValuedMappingModifier and TypeMethodDescriptionCastTargetReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) Method parameters in org.hibernate.dialect.function.json with type arguments of type BasicValuedMappingModifier and TypeMethodDescriptionCastTargetReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) -
Uses of BasicValuedMapping in org.hibernate.metamodel.mapping
Subinterfaces of BasicValuedMapping in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping for a simple, single-column identifierinterface
Describes a ModelPart which is a basic value, either aBasic
attribute a basic-valued collection partinterface
Descriptor for the collection identifier.interface
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
Union ofConvertedBasicType
andBasicDomainType
capabilities.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 version -
Uses of BasicValuedMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicValuedMappingModifier 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
Specialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMapping
of this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcTypeclass
class
class
class
class
Single-attribute NaturalIdMapping implementation -
Uses of BasicValuedMapping in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement BasicValuedMappingModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BasicValuedMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement BasicValuedMappingModifier and TypeClassDescriptionclass
class
-
Uses of BasicValuedMapping in org.hibernate.query.results.internal
Constructors in org.hibernate.query.results.internal with parameters of type BasicValuedMappingModifierConstructorDescriptionResultSetMappingSqlSelection
(int valuesArrayPosition, BasicValuedMapping valueMapping) -
Uses of BasicValuedMapping in org.hibernate.query.results.internal.complete
Constructors in org.hibernate.query.results.internal.complete with parameters of type BasicValuedMappingModifierConstructorDescriptionCompleteResultBuilderBasicValuedConverted
(String explicitColumnName, ManagedBean<? extends AttributeConverter<O, R>> converterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, BasicJavaType<O> domainJavaType, BasicValuedMapping underlyingMapping) CompleteResultBuilderBasicValuedStandard
(String explicitColumnName, BasicValuedMapping explicitType, JavaType<?> explicitJavaType) -
Uses of BasicValuedMapping in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function that return BasicValuedMappingModifier and TypeMethodDescriptionstatic BasicValuedMapping
StandardFunctionReturnTypeResolvers.extractArgumentValuedMapping
(List<? extends SqlAstNode> arguments, int position) FunctionReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) Resolve the return type for a function given its context-implied type and the arguments to this call.static BasicValuedMapping
StandardFunctionReturnTypeResolvers.useImpliedTypeIfPossible
(BasicValuedMapping defined, BasicValuedMapping implied) Methods in org.hibernate.query.sqm.produce.function with parameters of type BasicValuedMappingModifier and TypeMethodDescriptionstatic BasicValuedMapping
StandardFunctionReturnTypeResolvers.useImpliedTypeIfPossible
(BasicValuedMapping defined, BasicValuedMapping implied) Method parameters in org.hibernate.query.sqm.produce.function with type arguments of type BasicValuedMappingModifier and TypeMethodDescriptionFunctionReturnTypeResolver.resolveFunctionReturnType
(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments) Resolve the return type for a function given its context-implied type and the arguments to this call. -
Uses of BasicValuedMapping in org.hibernate.query.sqm.tree.expression
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type BasicValuedMappingModifierConstructorDescriptionConversion
(Duration duration, TemporalUnit unit, BasicValuedMapping type) -
Uses of BasicValuedMapping in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression that implement BasicValuedMappingMethods in org.hibernate.sql.ast.tree.expression that return BasicValuedMappingModifier and TypeMethodDescriptionBinaryArithmeticExpression.getExpressionType()
Duration.getExpressionType()
DurationUnit.getExpressionType()
ExtractUnit.getExpressionType()
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type BasicValuedMappingModifierConstructorDescriptionBinaryArithmeticExpression
(Expression lhsOperand, BinaryArithmeticOperator operator, Expression rhsOperand, BasicValuedMapping resultType) Duration
(Expression magnitude, TemporalUnit unit, BasicValuedMapping type) DurationUnit
(TemporalUnit unit, BasicValuedMapping type) ExtractUnit
(TemporalUnit unit, BasicValuedMapping type) UnaryOperation
(UnaryArithmeticOperator operator, Expression operand, BasicValuedMapping type) -
Uses of BasicValuedMapping in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement BasicValuedMappingModifier and TypeClassDescriptionclass
class
class
class
Parameter bind specification used for optimistic lock version seeding (from insert statements). -
Uses of BasicValuedMapping in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement BasicValuedMappingModifier and TypeClassDescriptionclass
Parameter descriptor specific to mutations. -
Uses of BasicValuedMapping in org.hibernate.type
Subinterfaces of BasicValuedMapping in org.hibernate.typeModifier and TypeInterfaceDescriptioninterface
Extension contract forBasicType
implementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interface
BasicPluralType<C,
E> A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
Extension for implementations ofBasicType
which have an implied conversion.Classes in org.hibernate.type that implement BasicValuedMappingModifier and TypeClassDescriptionclass
TODO : javadocclass
Convenience base class forBasicType
implementations.class
BasicArrayType<T,
E> A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,
E> A type that maps betweenARRAY
andCollection<T>
class
A type that is assignable to every non-primitive type, that is, the type ofnull
.class
ConvertedBasicArrayType<T,
S, E> Given aBasicValueConverter
for an array type,class
ConvertedBasicCollectionType<C extends Collection<E>,
E> A converted basic array type.class
CustomType<J>
class
class
class
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
A BasicType adapter targeting partial portability to 6.0's type system changes. -
Uses of BasicValuedMapping in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement BasicValuedMappingModifier and TypeClassDescriptionclass
class
class
class
Wrapper ofCustomMutabilityConvertedBasicTypeImpl
for primitive type.class
class
DiscriminatorMetadata
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter