Uses of Interface
org.hibernate.metamodel.mapping.JdbcMapping
Packages that use JdbcMapping
Package
Description
Support for temporary tables.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines the Hibernate configuration-time mapping model.
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.
An SPI for defining, registering, and rendering functions in HQL.
Package defining support for
SqmFunctionDescriptor handling.Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing expressions in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
Extensions to
JdbcOperation for model mutations.A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.Defines handling of almost the full range of standard JDBC-defined SQL data types.
Defines a registry for Hibernate
Types.-
Uses of JdbcMapping in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json with parameters of type JdbcMappingModifier and TypeMethodDescriptionprotected voidJsonTableSetReturningFunctionTypeResolver.addSelectableMapping(List<SelectableMapping> selectableMappings, String name, JdbcMapping type, SqmToSqlAstConverter converter) static booleanOracleJsonValueFunction.isEncodedBoolean(JdbcMapping type) static booleanH2JsonValueFunction.needsHexDecoding(JdbcMapping jdbcMapping) -
Uses of JdbcMapping in org.hibernate.dialect.function.xml
Methods in org.hibernate.dialect.function.xml with parameters of type JdbcMappingModifier and TypeMethodDescriptionprotected voidXmlTableSetReturningFunctionTypeResolver.addSelectableMapping(List<SelectableMapping> selectableMappings, String name, JdbcMapping type, SqmToSqlAstConverter converter) static booleanSybaseASEXmlTableFunction.isBoolean(JdbcMapping type) -
Uses of JdbcMapping in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return JdbcMappingConstructors in org.hibernate.dialect.temptable with parameters of type JdbcMappingModifierConstructorDescriptionTemporaryTableColumn(TemporaryTable containingTable, String columnName, JdbcMapping jdbcMapping, String sqlTypeName, Size size, boolean nullable) TemporaryTableColumn(TemporaryTable containingTable, String columnName, JdbcMapping jdbcMapping, String sqlTypeName, Size size, boolean nullable, boolean primaryKey) TemporaryTableSessionUidColumn(TemporaryTable containingTable, JdbcMapping jdbcMapping, String sqlTypeName, Size size) -
Uses of JdbcMapping in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcMappingModifier and TypeMethodDescription@Nullable JdbcMappingFilterDefinition.getParameterJdbcMapping(String parameterName) Retrieve the type of the named parameter defined for this filter.Constructor parameters in org.hibernate.engine.spi with type arguments of type JdbcMappingModifierConstructorDescriptionFilterDefinition(String name, String defaultCondition, boolean autoEnabled, boolean applyToLoadByKey, @Nullable Map<String, JdbcMapping> explicitParamJaMappings, @Nullable Map<String, ManagedBean<? extends Supplier<?>>> parameterResolverMap) FilterDefinition(String name, String defaultCondition, @Nullable Map<String, JdbcMapping> explicitParamJaMappings) Construct a new FilterDefinition instance. -
Uses of JdbcMapping in org.hibernate.mapping
Methods in org.hibernate.mapping that return JdbcMappingModifier and TypeMethodDescriptionBasicValue.Resolution.getJdbcMapping()default JdbcMappingValue.getSelectableType(MappingContext mappingContext, int index) Column.getType()Methods in org.hibernate.mapping with parameters of type JdbcMappingModifier and TypeMethodDescriptiondefault StringSelectable.getWriteExpr(JdbcMapping jdbcMapping, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.default StringSelectable.getWriteExpr(JdbcMapping jdbcMapping, Dialect dialect, MappingContext mappingContext) -
Uses of JdbcMapping in org.hibernate.metamodel.mapping
Subinterfaces of JdbcMapping in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceUnion ofConvertedBasicTypeandBasicDomainTypecapabilities.Methods in org.hibernate.metamodel.mapping that return JdbcMappingModifier and TypeMethodDescriptionBasicValuedMapping.getJdbcMapping()default JdbcMappingBasicValuedMapping.getJdbcMapping(int index) default JdbcMappingBasicValuedModelPart.getJdbcMapping(int index) default JdbcMappingEmbeddableValuedModelPart.getJdbcMapping(int index) default JdbcMappingJdbcMapping.getJdbcMapping(int index) JdbcMappingContainer.getJdbcMapping(int index) SelectableConsumer.MutableSelectableMapping.getJdbcMapping()SqlExpressible.getJdbcMapping()Anything that is expressible at the SQL AST level would be of basic type.default JdbcMappingSqlExpressible.getJdbcMapping(int index) SqlTypedMapping.getJdbcMapping()TableDetails.KeyColumn.getJdbcMapping()Describes the mapping between object and relational for this columndefault JdbcMappingBasicValuedMapping.getSingleJdbcMapping()default JdbcMappingBasicValuedModelPart.getSingleJdbcMapping()default JdbcMappingJdbcMapping.getSingleJdbcMapping()default JdbcMappingJdbcMappingContainer.getSingleJdbcMapping()default JdbcMappingValuedModelPart.getSingleJdbcMapping()DiscriminatorMapping.getUnderlyingJdbcMapping()Methods in org.hibernate.metamodel.mapping with parameters of type JdbcMappingModifier and TypeMethodDescriptionvoidBindable.JdbcValuesBiConsumer.consume(int valueIndex, X x, Y y, Object jdbcValue, JdbcMapping jdbcMapping) Consume a JDBC-level jdbcValue.default voidBindable.JdbcValuesConsumer.consume(int valueIndex, Object o, Object o2, Object jdbcValue, JdbcMapping jdbcMapping) voidBindable.JdbcValuesConsumer.consume(int valueIndex, Object jdbcValue, JdbcMapping jdbcMapping) Consume a JDBC-level jdbcValue.DiscriminatorMapping.resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState) Create the appropriate SQL expression for this discriminatorMethod parameters in org.hibernate.metamodel.mapping with type arguments of type JdbcMappingModifier and TypeMethodDescriptiondefault voidSelectableConsumer.accept(String tableName, String[] columnNames, IntFunction<JdbcMapping> jdbcMappings) Simple form allowing visitation over a number of column names within a table.default voidEmbeddableMappingType.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection, JdbcMapping> selectionConsumer) default voidEntityValuedModelPart.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection, JdbcMapping> selectionConsumer) voidModelPart.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection, JdbcMapping> selectionConsumer) Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause.default intBindable.forEachJdbcType(org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) Visit each of JdbcMappingintEmbeddableMappingType.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) default intEmbeddableValuedModelPart.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) default intEntityValuedModelPart.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) default intJdbcMapping.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) default intJdbcMapping.forEachJdbcType(org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) intJdbcMappingContainer.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) Visit each JdbcMapping starting from the given offsetdefault intJdbcMappingContainer.forEachJdbcType(org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) Visit each of JdbcMapping -
Uses of JdbcMapping in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement JdbcMappingModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.persister.entity that return JdbcMappingMethod parameters in org.hibernate.persister.entity with type arguments of type JdbcMappingModifier and TypeMethodDescriptionvoidAbstractEntityPersister.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection, JdbcMapping> selectionConsumer) intAbstractEntityPersister.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) -
Uses of JdbcMapping in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return JdbcMappingMethod parameters in org.hibernate.query.sqm.function with type arguments of type JdbcMappingModifier and TypeMethodDescriptionintSelfRenderingFunctionSqlAstExpression.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) -
Uses of JdbcMapping in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function with parameters of type JdbcMappingModifier and TypeMethodDescriptionstatic booleanStandardFunctionReturnTypeResolvers.isAssignableTo(JdbcMapping defined, JdbcMapping implied) -
Uses of JdbcMapping in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type JdbcMappingModifier and TypeMethodDescriptionprotected CteColumnBaseSqmToSqlAstConverter.createCteColumn(String cteColumn, JdbcMapping jdbcMapping) -
Uses of JdbcMapping in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type JdbcMappingModifier and TypeMethodDescriptionSqlExpressionResolver.createColumnReferenceKey(String tableExpression, String columnExpression, JdbcMapping jdbcMapping) Helper for generating an expression key for a column reference.SqlExpressionResolver.createColumnReferenceKey(String qualifier, SelectablePath selectablePath, JdbcMapping jdbcMapping) SqlExpressionResolver.createColumnReferenceKey(TableReference tableReference, String columnExpression, JdbcMapping jdbcMapping) Helper for generating an expression key for a column reference.SqlExpressionResolver.createColumnReferenceKey(TableReference tableReference, SelectablePath selectablePath, JdbcMapping jdbcMapping) Constructors in org.hibernate.sql.ast.spi with parameters of type JdbcMappingModifierConstructorDescriptionColumnReferenceKey(String tableQualifier, SelectablePath selectablePath, JdbcMapping jdbcMapping) -
Uses of JdbcMapping in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte that return JdbcMappingConstructors in org.hibernate.sql.ast.tree.cte with parameters of type JdbcMapping -
Uses of JdbcMapping in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return JdbcMappingModifier and TypeMethodDescriptionColumnReference.getExpressionType()CastTarget.getJdbcMapping()Collation.getJdbcMapping()ColumnReference.getJdbcMapping()Distinct.getJdbcMapping()EmbeddableTypeLiteral.getJdbcMapping()EmbeddableTypeLiteral.getJdbcMapping(int index) EntityTypeLiteral.getJdbcMapping()EntityTypeLiteral.getJdbcMapping(int index) Format.getJdbcMapping()JdbcLiteral.getJdbcMapping()JdbcLiteral.getJdbcMapping(int index) Literal.getJdbcMapping()Overflow.getJdbcMapping()QueryLiteral.getJdbcMapping()TrimSpecification.getJdbcMapping()UnparsedNumericLiteral.getJdbcMapping()EmbeddableTypeLiteral.getSingleJdbcMapping()EntityTypeLiteral.getSingleJdbcMapping()JdbcLiteral.getSingleJdbcMapping()Method parameters in org.hibernate.sql.ast.tree.expression with type arguments of type JdbcMappingModifier and TypeMethodDescriptionintCollation.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) intDistinct.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) intEmbeddableTypeLiteral.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) intEntityTypeLiteral.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) intFormat.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) intJdbcLiteral.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) intOverflow.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) intTrimSpecification.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) Constructors in org.hibernate.sql.ast.tree.expression with parameters of type JdbcMappingModifierConstructorDescriptionCastTarget(JdbcMapping type) CastTarget(JdbcMapping type, @Nullable Long length, @Nullable Integer precision, @Nullable Integer scale) CastTarget(JdbcMapping type, @Nullable Long length, @Nullable Integer arrayLength, @Nullable Integer precision, @Nullable Integer scale) CastTarget(JdbcMapping type, @Nullable String sqlType, @Nullable Long length, @Nullable Integer precision, @Nullable Integer scale) CastTarget(JdbcMapping type, @Nullable String sqlType, @Nullable Long length, @Nullable Integer arrayLength, @Nullable Integer precision, @Nullable Integer scale) ColumnReference(@Nullable String qualifier, String columnExpression, boolean isFormula, @Nullable String customReadExpression, JdbcMapping jdbcMapping) ColumnReference(@Nullable String qualifier, String columnExpression, @Nullable SelectablePath selectablePath, boolean isFormula, @Nullable String customReadExpression, JdbcMapping jdbcMapping) ColumnReference(@Nullable String qualifier, SelectableMapping selectableMapping, JdbcMapping jdbcMapping) ColumnReference(TableReference tableReference, String columnExpression, boolean isFormula, @Nullable String customReadExpression, JdbcMapping jdbcMapping) ColumnReference(TableReference tableReference, String mapping, JdbcMapping jdbcMapping) JdbcLiteral(T literalValue, JdbcMapping jdbcMapping) UnparsedNumericLiteral(String literalValue, NumericTypeCategory typeCategory, JdbcMapping jdbcMapping) -
Uses of JdbcMapping in org.hibernate.sql.ast.tree.predicate
Methods in org.hibernate.sql.ast.tree.predicate that return JdbcMapping -
Uses of JdbcMapping in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcMapping -
Uses of JdbcMapping in org.hibernate.sql.model.ast
Methods in org.hibernate.sql.model.ast that return JdbcMappingMethods in org.hibernate.sql.model.ast with parameters of type JdbcMappingModifier and TypeMethodDescriptionbooleanColumnValueBindingList.containsColumn(String columnName, JdbcMapping jdbcMapping) -
Uses of JdbcMapping in org.hibernate.sql.model.jdbc
Methods in org.hibernate.sql.model.jdbc that return JdbcMappingModifier and TypeMethodDescriptionJdbcValueDescriptor.getJdbcMapping()The JDBC mapping (type, etc.) for the parameter -
Uses of JdbcMapping in org.hibernate.sql.results.graph.basic
Constructors in org.hibernate.sql.results.graph.basic with parameters of type JdbcMappingModifierConstructorDescriptionBasicResult(int jdbcValuesArrayPosition, String resultVariable, JdbcMapping jdbcMapping) BasicResult(int jdbcValuesArrayPosition, String resultVariable, JdbcMapping jdbcMapping, NavigablePath navigablePath, boolean coerceResultType, boolean unwrapRowProcessingState) -
Uses of JdbcMapping in org.hibernate.type
Subinterfaces of JdbcMapping in org.hibernate.typeModifier and TypeInterfaceDescriptioninterfaceExtension contract forBasicTypeimplementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interfaceBasicPluralType<C,E> A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceExtension for implementations ofBasicTypewhich have an implied conversion.Classes in org.hibernate.type that implement JdbcMappingModifier and TypeClassDescriptionclassTODO : javadocclassConvenience base class forBasicTypeimplementations.classBasicArrayType<T,E> A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>, E>A type that maps betweenARRAYandCollection<T>classA type that is assignable to every non-primitive type, that is, the type ofnull.classConvertedBasicArrayType<T,S, E> Given aBasicValueConverterfor an array type,classConvertedBasicCollectionType<C extends Collection<E>, E>A converted basic array type.classCustomType<J>classclassclassclassSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classA BasicType adapter targeting partial portability to 6.0's type system changes.Methods in org.hibernate.type that return JdbcMappingModifier and TypeMethodDescriptiondefault JdbcMappingBasicType.getJdbcMapping()default JdbcMappingBasicType.getJdbcMapping(int index) default JdbcMappingBasicType.getSingleJdbcMapping()Method parameters in org.hibernate.type with type arguments of type JdbcMappingModifier and TypeMethodDescriptiondefault intBasicType.forEachJdbcType(int offset, org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) default intBasicType.forEachJdbcType(org.hibernate.internal.util.IndexedConsumer<JdbcMapping> action) -
Uses of JdbcMapping in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc with parameters of type JdbcMappingModifier and TypeMethodDescriptiondefault @Nullable StringJdbcType.castFromPattern(JdbcMapping sourceMapping, @Nullable Size size) Returns the cast pattern from the given source type to this type, ornullif not possible.default @Nullable StringJdbcType.castToPattern(JdbcMapping targetJdbcMapping, @Nullable Size size) Returns the cast pattern from this type to the given target type, ornullif not possible. -
Uses of JdbcMapping in org.hibernate.type.spi
Methods in org.hibernate.type.spi with parameters of type JdbcMappingModifier and TypeMethodDescriptionstatic @Nullable TemporalTypeTypeConfiguration.getSqlTemporalType(JdbcMapping jdbcMapping)
DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter