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 JdbcMappingEnumeratedValueResolution. getJdbcMapping()JdbcMappingInferredBasicValueResolution. getJdbcMapping()JdbcMappingNamedBasicTypeResolution. getJdbcMapping()JdbcMappingNamedConverterResolution. getJdbcMapping()JdbcMappingUserTypeResolution. getJdbcMapping()JdbcMappingVersionResolution. 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 JdbcMappingTemporaryTableColumn. 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 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 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 JdbcMappingBasicValue.Resolution. getJdbcMapping() -
Uses of JdbcMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return JdbcMapping Modifier and Type Method Description JdbcMappingBasicValuedMapping. getJdbcMapping()JdbcMappingSqlExpressible. getJdbcMapping()Anything that is expressible at the SQL AST level would be of basic type.JdbcMappingSqlTypedMapping. 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 voidBindable.JdbcValuesConsumer. consume(int selectionIndex, Object jdbcValue, JdbcMapping jdbcMapping)Consume a JDBC-level jdbcValue.ExpressionEntityDiscriminatorMapping. 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 voidEmbeddableMappingType. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityMappingType. 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(IndexedConsumer<JdbcMapping> action)Visit each of JdbcMappingintEmbeddableMappingType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intEmbeddableValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEntityMappingType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intEntityValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intJdbcMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intJdbcMapping. forEachJdbcType(IndexedConsumer<JdbcMapping> action)intJdbcMappingContainer. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)Visit each JdbcMapping starting from the given offsetdefault intJdbcMappingContainer. 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 JdbcMappingAbstractDiscriminatorMapping. getJdbcMapping()JdbcMappingAnyDiscriminatorPart. getJdbcMapping()JdbcMappingAnyKeyPart. getJdbcMapping()JdbcMappingBasicAttributeMapping. getJdbcMapping()JdbcMappingBasicEntityIdentifierMappingImpl. getJdbcMapping()JdbcMappingBasicValuedCollectionPart. getJdbcMapping()JdbcMappingCollectionIdentifierDescriptorImpl. getJdbcMapping()JdbcMappingEntityRowIdMappingImpl. getJdbcMapping()JdbcMappingEntityVersionMappingImpl. getJdbcMapping()JdbcMappingSimpleForeignKeyDescriptor. getJdbcMapping()JdbcMappingSqlTypedMappingImpl. getJdbcMapping()JdbcMappingAnyDiscriminatorPart. 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 SelectableMappingSelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)ExpressionCaseStatementDiscriminatorMappingImpl. resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState)ExpressionExplicitColumnDiscriminatorMappingImpl. 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 voidAbstractDiscriminatorMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnyDiscriminatorPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnyKeyPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicEntityIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicValuedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidCollectionIdentifierDescriptorImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidCompoundNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidDiscriminatedAssociationAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidDiscriminatedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityRowIdMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityVersionMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidInverseNonAggregatedIdentifierMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidNonAggregatedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidPluralAttributeMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidSimpleForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidSimpleNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidToOneAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)intAbstractDiscriminatorMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intAnyDiscriminatorPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intAnyKeyPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intBasicAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intBasicEntityIdentifierMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intBasicValuedCollectionPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intCollectionIdentifierDescriptorImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intCompoundNaturalIdMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intDiscriminatedAssociationAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intDiscriminatedAssociationAttributeMapping. forEachJdbcType(IndexedConsumer<JdbcMapping> action)intDiscriminatedCollectionPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEmbeddableMappingTypeImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEmbeddedForeignKeyDescriptor. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEntityRowIdMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEntityVersionMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intIdClassEmbeddable. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intPluralAttributeMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intSimpleForeignKeyDescriptor. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intSimpleNaturalIdMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intToOneAttributeMapping. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intVirtualIdEmbeddable. 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 intArrayTupleType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intTupleMappingModelExpressible. 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 JdbcMappingColumn. getJdbcMapping()JdbcMappingFormula. getJdbcMapping()JdbcMappingPhysicalColumn. 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 classDiscriminatorType<T>TODO : javadocMethod parameters in org.hibernate.persister.entity with type arguments of type JdbcMapping Modifier and Type Method Description voidAbstractEntityPersister. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)intAbstractEntityPersister. 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 JdbcMappingAnonymousTupleBasicValuedModelPart. 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 voidAnonymousTupleBasicValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleEmbeddableValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleEntityValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleTableGroupProducer. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)intAnonymousTupleBasicValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intAnonymousTupleBasicValuedModelPart. forEachJdbcType(IndexedConsumer<JdbcMapping> action)intAnonymousTupleEmbeddableValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intAnonymousTupleEntityValuedModelPart. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intAnonymousTupleTableGroupProducer. 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 JdbcMappingBindingTypeHelper. resolveBindType(Object value, JdbcMapping baseType, TypeConfiguration typeConfiguration)Methods in org.hibernate.query.internal with parameters of type JdbcMapping Modifier and Type Method Description JdbcMappingBindingTypeHelper. 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 JdbcMappingSelfRenderingFunctionSqlAstExpression. getJdbcMapping()Method parameters in org.hibernate.query.sqm.function with type arguments of type JdbcMapping Modifier and Type Method Description intSelfRenderingFunctionSqlAstExpression. 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 JdbcMappingStandardFunctionReturnTypeResolvers. 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 JdbcMappingCteColumn. 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 JdbcMappingColumnReference. getExpressionType()JdbcMappingCollation. getJdbcMapping()JdbcMappingColumnReference. getJdbcMapping()JdbcMappingDistinct. getJdbcMapping()JdbcMappingFormat. getJdbcMapping()JdbcMappingJdbcLiteral. getJdbcMapping()JdbcMappingLiteral. getJdbcMapping()JdbcMappingOverflow. getJdbcMapping()JdbcMappingQueryLiteral. getJdbcMapping()JdbcMappingTrimSpecification. 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 intCollation. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intDistinct. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEntityTypeLiteral. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intFormat. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intJdbcLiteral. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intOverflow. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intTrimSpecification. 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 JdbcMappingJdbcParameterBindingImpl. getBindType()JdbcMappingAbstractJdbcParameter. getJdbcMapping()Methods in org.hibernate.sql.exec.internal with parameters of type JdbcMapping Modifier and Type Method Description protected voidAbstractJdbcParameter. 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 intAbstractJdbcParameter. 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 JdbcMappingJdbcParameterBinding. 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 voidCircularBiDirectionalFetchImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidCircularFetchImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)intCircularBiDirectionalFetchImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intCircularFetchImpl. 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 interfaceAdjustableBasicType<J>Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interfaceBasicPluralType<C,E>A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceConvertedBasicType<J>Extension for BasicType impls which have an implied conversionClasses in org.hibernate.type that implement JdbcMapping Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementationsclassBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classCustomType<J>classDbTimestampTypeDeprecated.UseValueGenerationinsteadclassJavaObjectTypeclassNullTypeclassSerializableToBlobType<T extends Serializable>classSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classStandardBasicTypeTemplate<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 JdbcMappingBasicType. 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 intBasicType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intBasicType. 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 classBasicTypeImpl<J>classConvertedBasicTypeImpl<J>classCustomMutabilityConvertedBasicTypeImpl<J>classImmutableNamedBasicTypeImpl<J>classNamedBasicTypeImpl<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.TemporalTypeTypeConfiguration. getSqlTemporalType(JdbcMapping jdbcMapping)
-