Uses of Interface
org.hibernate.metamodel.mapping.JdbcMapping
-
-
Uses of JdbcMapping in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return JdbcMapping Modifier and Type Method Description JdbcMapping
EnumeratedValueResolution. getJdbcMapping()
JdbcMapping
InferredBasicValueResolution. getJdbcMapping()
JdbcMapping
NamedBasicTypeResolution. getJdbcMapping()
JdbcMapping
NamedConverterResolution. getJdbcMapping()
JdbcMapping
UserTypeResolution. getJdbcMapping()
JdbcMapping
VersionResolution. getJdbcMapping()
Constructors in org.hibernate.boot.model.process.internal with parameters of type JdbcMapping Constructor Description InferredBasicValueResolution(JdbcMapping jdbcMapping, JavaType<J> domainJtd, JavaType<T> relationalJtd, JdbcType jdbcType, BasicType<J> legacyType, MutabilityPlan<J> mutabilityPlan)
VersionResolution(JavaType javaType, JdbcType jdbcType, JdbcMapping jdbcMapping, BasicType legacyType)
-
Uses of JdbcMapping in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return JdbcMapping Modifier and Type Method Description JdbcMapping
TemporaryTableColumn. getJdbcMapping()
Constructors in org.hibernate.dialect.temptable with parameters of type JdbcMapping Constructor Description TemporaryTableColumn(TemporaryTable containingTable, String columnName, JdbcMapping jdbcMapping, String sqlTypeName, boolean nullable)
TemporaryTableColumn(TemporaryTable containingTable, String columnName, JdbcMapping jdbcMapping, String sqlTypeName, boolean nullable, boolean primaryKey)
TemporaryTableSessionUidColumn(TemporaryTable containingTable, JdbcMapping jdbcMapping, String sqlTypeName)
-
Uses of JdbcMapping in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcMapping Modifier and Type Method Description JdbcMapping
FilterDefinition. 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 JdbcMapping Constructor Description FilterDefinition(String name, String defaultCondition, Map<String,JdbcMapping> explicitParamJaMappings)
Construct a new FilterDefinition instance. -
Uses of JdbcMapping in org.hibernate.internal
Constructors in org.hibernate.internal with parameters of type JdbcMapping Constructor Description FilterJdbcParameter(JdbcMapping jdbcMapping, Object jdbcParameterValue)
-
Uses of JdbcMapping in org.hibernate.mapping
Methods in org.hibernate.mapping that return JdbcMapping Modifier and Type Method Description JdbcMapping
BasicValue.Resolution. getJdbcMapping()
-
Uses of JdbcMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return JdbcMapping Modifier and Type Method Description JdbcMapping
BasicValuedMapping. getJdbcMapping()
JdbcMapping
SqlExpressible. getJdbcMapping()
Anything that is expressible at the SQL AST level would be of basic type.JdbcMapping
SqlTypedMapping. getJdbcMapping()
Methods in org.hibernate.metamodel.mapping that return types with arguments of type JdbcMapping Modifier and Type Method Description default List<JdbcMapping>
BasicValuedMapping. getJdbcMappings()
default List<JdbcMapping>
Bindable. getJdbcMappings()
The list of JDBC mappingsList<JdbcMapping>
EmbeddableMappingType. getJdbcMappings()
default List<JdbcMapping>
EmbeddableValuedModelPart. getJdbcMappings()
default List<JdbcMapping>
JdbcMapping. getJdbcMappings()
default List<JdbcMapping>
JdbcMappingContainer. getJdbcMappings()
The list of JDBC mappingsdefault List<JdbcMapping>
SelectableMappings. getJdbcMappings()
Obtain the JdbcMappings for the underlying selectable mappingsMethods in org.hibernate.metamodel.mapping with parameters of type JdbcMapping Modifier and Type Method Description void
Bindable.JdbcValuesConsumer. consume(int selectionIndex, Object jdbcValue, JdbcMapping jdbcMapping)
Consume a JDBC-level jdbcValue.Expression
EntityDiscriminatorMapping. 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 JdbcMapping Modifier and Type Method Description default void
EmbeddableMappingType. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
EntityMappingType. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
default void
EntityValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
ModelPart. 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 int
Bindable. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
Visit each of JdbcMappingint
EmbeddableMappingType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
EmbeddableValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityMappingType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
EntityValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
JdbcMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
JdbcMapping. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
int
JdbcMappingContainer. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
Visit each JdbcMapping starting from the given offsetdefault int
JdbcMappingContainer. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
Visit each of JdbcMapping -
Uses of JdbcMapping in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return JdbcMapping Modifier and Type Method Description JdbcMapping
AbstractDiscriminatorMapping. getJdbcMapping()
JdbcMapping
AnyDiscriminatorPart. getJdbcMapping()
JdbcMapping
AnyKeyPart. getJdbcMapping()
JdbcMapping
BasicAttributeMapping. getJdbcMapping()
JdbcMapping
BasicEntityIdentifierMappingImpl. getJdbcMapping()
JdbcMapping
BasicValuedCollectionPart. getJdbcMapping()
JdbcMapping
CollectionIdentifierDescriptorImpl. getJdbcMapping()
JdbcMapping
EntityRowIdMappingImpl. getJdbcMapping()
JdbcMapping
EntityVersionMappingImpl. getJdbcMapping()
JdbcMapping
SimpleForeignKeyDescriptor. getJdbcMapping()
JdbcMapping
SqlTypedMappingImpl. getJdbcMapping()
JdbcMapping
AnyDiscriminatorPart. jdbcMapping()
Methods in org.hibernate.metamodel.mapping.internal that return types with arguments of type JdbcMapping Modifier and Type Method Description List<JdbcMapping>
AnyKeyPart. getJdbcMappings()
List<JdbcMapping>
BasicValuedCollectionPart. getJdbcMappings()
List<JdbcMapping>
CompoundNaturalIdMapping. getJdbcMappings()
List<JdbcMapping>
EmbeddableMappingTypeImpl. getJdbcMappings()
List<JdbcMapping>
IdClassEmbeddable. getJdbcMappings()
List<JdbcMapping>
SimpleForeignKeyDescriptor. getJdbcMappings()
List<JdbcMapping>
SimpleNaturalIdMapping. getJdbcMappings()
List<JdbcMapping>
VirtualIdEmbeddable. getJdbcMappings()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type JdbcMapping Modifier and Type Method Description static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)
Expression
CaseStatementDiscriminatorMappingImpl. resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState)
Expression
ExplicitColumnDiscriminatorMappingImpl. resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState)
Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type JdbcMapping Modifier and Type Method Description void
AbstractDiscriminatorMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
AnyDiscriminatorPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
AnyKeyPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
BasicAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
BasicEntityIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
BasicValuedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
CollectionIdentifierDescriptorImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
CompoundNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
DiscriminatedAssociationAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
DiscriminatedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
EmbeddedAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
EmbeddedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
EmbeddedForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
EmbeddedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
EntityCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
EntityRowIdMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
EntityVersionMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
InverseNonAggregatedIdentifierMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
NonAggregatedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
PluralAttributeMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
SimpleForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
SimpleNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
ToOneAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
int
AbstractDiscriminatorMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnyDiscriminatorPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnyKeyPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
BasicAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
BasicEntityIdentifierMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
BasicValuedCollectionPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
CollectionIdentifierDescriptorImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
CompoundNaturalIdMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
DiscriminatedAssociationAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
DiscriminatedAssociationAttributeMapping. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
int
DiscriminatedCollectionPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EmbeddableMappingTypeImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EmbeddedForeignKeyDescriptor. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityRowIdMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityVersionMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
IdClassEmbeddable. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
PluralAttributeMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
SimpleForeignKeyDescriptor. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
SimpleNaturalIdMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
ToOneAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
VirtualIdEmbeddable. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type JdbcMapping Constructor Description AnyKeyPart(NavigableRole navigableRole, DiscriminatedAssociationModelPart anyPart, String table, String column, String columnDefinition, Long length, Integer precision, Integer scale, boolean nullable, JdbcMapping jdbcMapping)
BasicAttributeMapping(String attributeName, NavigableRole navigableRole, int stateArrayPosition, AttributeMetadataAccess attributeMetadataAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, String tableExpression, String mappedColumnExpression, boolean isFormula, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, JdbcMapping jdbcMapping, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)
SelectableMappingImpl(String containingTableExpression, String selectionExpression, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, boolean isFormula, JdbcMapping jdbcMapping)
SqlTypedMappingImpl(String columnDefinition, Long length, Integer precision, Integer scale, JdbcMapping jdbcMapping)
-
Uses of JdbcMapping in org.hibernate.metamodel.model.domain.internal
Method parameters in org.hibernate.metamodel.model.domain.internal with type arguments of type JdbcMapping Modifier and Type Method Description int
ArrayTupleType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
TupleMappingModelExpressible. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
Uses of JdbcMapping in org.hibernate.metamodel.relational
Methods in org.hibernate.metamodel.relational that return JdbcMapping Modifier and Type Method Description JdbcMapping
Column. getJdbcMapping()
JdbcMapping
Formula. getJdbcMapping()
JdbcMapping
PhysicalColumn. getJdbcMapping()
Constructors in org.hibernate.metamodel.relational with parameters of type JdbcMapping Constructor Description Formula(Table table, String expression, JdbcMapping jdbcMapping)
PhysicalColumn(Table table, Identifier columnName, JdbcMapping jdbcMapping)
-
Uses of JdbcMapping in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement JdbcMapping Modifier and Type Class Description class
DiscriminatorType<T>
TODO : javadocMethod parameters in org.hibernate.persister.entity with type arguments of type JdbcMapping Modifier and Type Method Description void
AbstractEntityPersister. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
int
AbstractEntityPersister. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
Uses of JdbcMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return JdbcMapping Modifier and Type Method Description JdbcMapping
AnonymousTupleBasicValuedModelPart. getJdbcMapping()
Methods in org.hibernate.query.derived that return types with arguments of type JdbcMapping Modifier and Type Method Description List<JdbcMapping>
AnonymousTupleEmbeddableValuedModelPart. getJdbcMappings()
List<JdbcMapping>
AnonymousTupleEntityValuedModelPart. getJdbcMappings()
Method parameters in org.hibernate.query.derived with type arguments of type JdbcMapping Modifier and Type Method Description void
AnonymousTupleBasicValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
AnonymousTupleEmbeddableValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
AnonymousTupleEntityValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
AnonymousTupleTableGroupProducer. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
int
AnonymousTupleBasicValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnonymousTupleBasicValuedModelPart. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
int
AnonymousTupleEmbeddableValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnonymousTupleEntityValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
AnonymousTupleTableGroupProducer. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
Constructors in org.hibernate.query.derived with parameters of type JdbcMapping Constructor Description AnonymousTupleBasicEntityIdentifierMapping(String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, BasicEntityIdentifierMapping delegate)
AnonymousTupleBasicValuedModelPart(String partName, String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping)
-
Uses of JdbcMapping in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return JdbcMapping Modifier and Type Method Description JdbcMapping
BindingTypeHelper. resolveBindType(Object value, JdbcMapping baseType, TypeConfiguration typeConfiguration)
Methods in org.hibernate.query.internal with parameters of type JdbcMapping Modifier and Type Method Description JdbcMapping
BindingTypeHelper. resolveBindType(Object value, JdbcMapping baseType, TypeConfiguration typeConfiguration)
-
Uses of JdbcMapping in org.hibernate.query.results
Constructors in org.hibernate.query.results with parameters of type JdbcMapping Constructor Description ResultSetMappingSqlSelection(int valuesArrayPosition, JdbcMapping jdbcMapping)
-
Uses of JdbcMapping in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return JdbcMapping Modifier and Type Method Description JdbcMapping
SelfRenderingFunctionSqlAstExpression. getJdbcMapping()
Method parameters in org.hibernate.query.sqm.function with type arguments of type JdbcMapping Modifier and Type Method Description int
SelfRenderingFunctionSqlAstExpression. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
Uses of JdbcMapping in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function that return JdbcMapping Modifier and Type Method Description static JdbcMapping
StandardFunctionReturnTypeResolvers. extractArgumentJdbcMapping(TypeConfiguration typeConfiguration, List<? extends SqmTypedNode<?>> arguments, int position)
-
Uses of JdbcMapping in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte that return JdbcMapping Modifier and Type Method Description JdbcMapping
CteColumn. getJdbcMapping()
Constructors in org.hibernate.sql.ast.tree.cte with parameters of type JdbcMapping Constructor Description CteColumn(String columnExpression, JdbcMapping jdbcMapping)
-
Uses of JdbcMapping in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return JdbcMapping Modifier and Type Method Description JdbcMapping
ColumnReference. getExpressionType()
JdbcMapping
Collation. getJdbcMapping()
JdbcMapping
ColumnReference. getJdbcMapping()
JdbcMapping
Distinct. getJdbcMapping()
JdbcMapping
Format. getJdbcMapping()
JdbcMapping
JdbcLiteral. getJdbcMapping()
JdbcMapping
Literal. getJdbcMapping()
JdbcMapping
Overflow. getJdbcMapping()
JdbcMapping
QueryLiteral. getJdbcMapping()
JdbcMapping
TrimSpecification. getJdbcMapping()
Methods in org.hibernate.sql.ast.tree.expression that return types with arguments of type JdbcMapping Modifier and Type Method Description List<JdbcMapping>
EntityTypeLiteral. getJdbcMappings()
List<JdbcMapping>
JdbcLiteral. getJdbcMappings()
Method parameters in org.hibernate.sql.ast.tree.expression with type arguments of type JdbcMapping Modifier and Type Method Description int
Collation. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
Distinct. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
EntityTypeLiteral. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
Format. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
JdbcLiteral. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
Overflow. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
TrimSpecification. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type JdbcMapping Constructor Description CastTarget(JdbcMapping type)
CastTarget(JdbcMapping type, Long length, Integer precision, Integer scale)
CastTarget(JdbcMapping type, String sqlType, Long length, Integer precision, Integer scale)
ColumnReference(String qualifier, String columnExpression, boolean isFormula, String customReadExpression, String customWriteExpression, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)
ColumnReference(String qualifier, SelectableMapping selectableMapping, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)
ColumnReference(TableReference tableReference, String columnExpression, boolean isFormula, String customReadExpression, String customWriteExpression, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)
ColumnReference(TableReference tableReference, String mapping, JdbcMapping jdbcMapping, SessionFactoryImplementor sessionFactory)
JdbcLiteral(T literalValue, JdbcMapping jdbcMapping)
-
Uses of JdbcMapping in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return JdbcMapping Modifier and Type Method Description JdbcMapping
JdbcParameterBindingImpl. getBindType()
JdbcMapping
AbstractJdbcParameter. getJdbcMapping()
Methods in org.hibernate.sql.exec.internal with parameters of type JdbcMapping Modifier and Type Method Description protected void
AbstractJdbcParameter. bindParameterValue(JdbcMapping jdbcMapping, PreparedStatement statement, Object bindValue, int startPosition, ExecutionContext executionContext)
Method parameters in org.hibernate.sql.exec.internal with type arguments of type JdbcMapping Modifier and Type Method Description int
AbstractJdbcParameter. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
Constructors in org.hibernate.sql.exec.internal with parameters of type JdbcMapping Constructor Description AbstractJdbcParameter(JdbcMapping jdbcMapping)
JdbcParameterBindingImpl(JdbcMapping jdbcMapping, Object bindValue)
JdbcParameterImpl(JdbcMapping jdbcMapping)
-
Uses of JdbcMapping in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcMapping Modifier and Type Method Description JdbcMapping
JdbcParameterBinding. getBindType()
-
Uses of JdbcMapping in org.hibernate.sql.results.graph.basic
Constructors in org.hibernate.sql.results.graph.basic with parameters of type JdbcMapping Constructor Description BasicResult(int jdbcValuesArrayPosition, String resultVariable, JdbcMapping jdbcMapping)
BasicResult(int jdbcValuesArrayPosition, String resultVariable, JdbcMapping jdbcMapping, boolean coerceResultType)
BasicResult(int jdbcValuesArrayPosition, String resultVariable, JdbcMapping jdbcMapping, NavigablePath navigablePath)
-
Uses of JdbcMapping in org.hibernate.sql.results.internal.domain
Method parameters in org.hibernate.sql.results.internal.domain with type arguments of type JdbcMapping Modifier and Type Method Description void
CircularBiDirectionalFetchImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
void
CircularFetchImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)
int
CircularBiDirectionalFetchImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
int
CircularFetchImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
-
Uses of JdbcMapping in org.hibernate.type
Subinterfaces of JdbcMapping in org.hibernate.type Modifier and Type Interface Description interface
AdjustableBasicType<J>
Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interface
BasicPluralType<C,E>
A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
ConvertedBasicType<J>
Extension for BasicType impls which have an implied conversionClasses in org.hibernate.type that implement JdbcMapping Modifier and Type Class Description class
AbstractSingleColumnStandardBasicType<T>
TODO : javadocclass
AbstractStandardBasicType<T>
Convenience base class forBasicType
implementationsclass
BasicArrayType<T>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
class
CustomType<J>
class
DbTimestampType
Deprecated.UseValueGeneration
insteadclass
JavaObjectType
class
NullType
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
StandardBasicTypeTemplate<J>
A BasicType adapter targeting partial portability to 6.0's type system changes.Methods in org.hibernate.type that return JdbcMapping Modifier and Type Method Description default JdbcMapping
BasicType. getJdbcMapping()
Methods in org.hibernate.type that return types with arguments of type JdbcMapping Modifier and Type Method Description default List<JdbcMapping>
BasicType. getJdbcMappings()
Method parameters in org.hibernate.type with type arguments of type JdbcMapping Modifier and Type Method Description default int
BasicType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)
default int
BasicType. forEachJdbcType(IndexedConsumer<JdbcMapping> action)
-
Uses of JdbcMapping in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement JdbcMapping Modifier and Type Class Description class
BasicTypeImpl<J>
class
ConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedBasicTypeImpl<J>
class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-
Uses of JdbcMapping in org.hibernate.type.spi
Methods in org.hibernate.type.spi with parameters of type JdbcMapping Modifier and Type Method Description static jakarta.persistence.TemporalType
TypeConfiguration. getSqlTemporalType(JdbcMapping jdbcMapping)
-