Uses of Interface
org.hibernate.metamodel.mapping.JdbcMapping
-
Packages that use JdbcMapping Package Description org.hibernate.boot.model.process.internal org.hibernate.dialect.temptable Support for temporary tables.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.jdbc.mutation.internal org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.loader.ast.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.query.derived org.hibernate.query.internal org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL.org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.cte Support for common table expressions (CTE) in a SQL tree.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.ast.tree.predicate AST nodes representing logical predicates in a SQL tree.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences for persisting entity mutation eventsorg.hibernate.sql.model.jdbc Extensions toJdbcOperationfor model mutations.org.hibernate.sql.results.graph.basic org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal org.hibernate.type.spi Defines a registry for HibernateTypes. -
-
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 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, 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.internal
Methods in org.hibernate.engine.internal with parameters of type JdbcMapping Modifier and Type Method Description static voidCacheHelper. addBasicValueToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, JdbcMapping jdbcMapping, SharedSessionContractImplementor session) -
Uses of JdbcMapping in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return JdbcMapping Modifier and Type Method Description JdbcMappingJdbcValueDescriptorImpl. getJdbcMapping() -
Uses of JdbcMapping in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcMapping Modifier and Type Method Description @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 JdbcMapping Constructor Description FilterDefinition(String name, String defaultCondition, @Nullable Map<String,JdbcMapping> explicitParamJaMappings)Construct a new FilterDefinition instance.FilterDefinition(String name, String defaultCondition, @Nullable Map<String,JdbcMapping> explicitParamJaMappings, Map<String,ManagedBean<? extends Supplier<?>>> parameterResolverMap, boolean autoEnabled, boolean applyToLoadByKey) -
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.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return JdbcMapping Modifier and Type Method Description static JdbcMappingMultiKeyLoadHelper. resolveArrayJdbcMapping(BasicType<?> arrayBasicType, JdbcMapping keyMapping, Class<?> arrayClass, SessionFactoryImplementor sessionFactory)Methods in org.hibernate.loader.ast.internal with parameters of type JdbcMapping Modifier and Type Method Description static <R,K>
List<R>LoaderHelper. loadByArrayParameter(K[] idsToInitialize, SelectStatement sqlAst, JdbcOperationQuerySelect jdbcOperation, JdbcParameter jdbcParameter, JdbcMapping arrayJdbcMapping, Object entityId, Object entityInstance, EntityMappingType rootEntityDescriptor, LockOptions lockOptions, Boolean readOnly, SharedSessionContractImplementor session)Load one or more instances of a model part (an entity or collection) based on a SQL ARRAY parameter to specify the keys (as opposed to the more traditional SQL IN predicate approach).static JdbcMappingMultiKeyLoadHelper. resolveArrayJdbcMapping(BasicType<?> arrayBasicType, JdbcMapping keyMapping, Class<?> arrayClass, SessionFactoryImplementor sessionFactory) -
Uses of JdbcMapping in org.hibernate.mapping
Methods in org.hibernate.mapping that return JdbcMapping Modifier and Type Method Description JdbcMappingBasicValue.Resolution. getJdbcMapping()default JdbcMappingValue. getSelectableType(Mapping factory, int index)Methods in org.hibernate.mapping with parameters of type JdbcMapping Modifier and Type Method Description default StringSelectable. getWriteExpr(JdbcMapping jdbcMapping, Dialect dialect) -
Uses of JdbcMapping in org.hibernate.metamodel.mapping
Subinterfaces of JdbcMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceDiscriminatorType<O>Union ofConvertedBasicTypeandBasicDomainTypecapabilities.Methods in org.hibernate.metamodel.mapping that return JdbcMapping Modifier and Type Method Description JdbcMappingBasicValuedMapping. getJdbcMapping()default JdbcMappingBasicValuedMapping. getJdbcMapping(int index)default JdbcMappingBasicValuedModelPart. getJdbcMapping(int index)default JdbcMappingEmbeddableValuedModelPart. getJdbcMapping(int index)default JdbcMappingJdbcMapping. getJdbcMapping(int index)JdbcMappingJdbcMappingContainer. getJdbcMapping(int index)JdbcMappingSelectableConsumer.MutableSelectableMapping. getJdbcMapping()JdbcMappingSqlExpressible. getJdbcMapping()Anything that is expressible at the SQL AST level would be of basic type.default JdbcMappingSqlExpressible. getJdbcMapping(int index)JdbcMappingSqlTypedMapping. getJdbcMapping()JdbcMappingTableDetails.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()JdbcMappingDiscriminatorMapping. getUnderlyingJdbcMapping()Methods in org.hibernate.metamodel.mapping with parameters of type JdbcMapping Modifier and Type Method Description voidBindable.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.ExpressionDiscriminatorMapping. 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 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(IndexedConsumer<JdbcMapping> action)Visit each of JdbcMappingintEmbeddableMappingType. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)default intEmbeddableValuedModelPart. 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
Classes in org.hibernate.metamodel.mapping.internal that implement JdbcMapping Modifier and Type Class Description classDiscriminatorTypeImpl<O>Specialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMappingof this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcTypeMethods in org.hibernate.metamodel.mapping.internal that return JdbcMapping Modifier and Type Method Description JdbcMappingAbstractDiscriminatorMapping. getJdbcMapping()JdbcMappingAbstractEmbeddableMapping. getJdbcMapping(int index)JdbcMappingAnyDiscriminatorPart. getJdbcMapping()JdbcMappingAnyKeyPart. getJdbcMapping()JdbcMappingAnyKeyPart. getJdbcMapping(int index)JdbcMappingBasicAttributeMapping. getJdbcMapping()JdbcMappingBasicEntityIdentifierMappingImpl. getJdbcMapping()JdbcMappingBasicValuedCollectionPart. getJdbcMapping()JdbcMappingBasicValuedCollectionPart. getJdbcMapping(int index)JdbcMappingCollectionIdentifierDescriptorImpl. getJdbcMapping()JdbcMappingCompoundNaturalIdMapping. getJdbcMapping(int index)JdbcMappingDiscriminatedAssociationAttributeMapping. getJdbcMapping(int index)JdbcMappingDiscriminatedCollectionPart. getJdbcMapping(int index)JdbcMappingEmbeddedForeignKeyDescriptor. getJdbcMapping(int index)JdbcMappingEntityRowIdMappingImpl. getJdbcMapping()JdbcMappingEntityRowIdMappingImpl. getJdbcMapping(int index)JdbcMappingEntityVersionMappingImpl. getJdbcMapping()JdbcMappingManyToManyCollectionPart. getJdbcMapping(int index)JdbcMappingOneToManyCollectionPart. getJdbcMapping(int index)JdbcMappingPluralAttributeMappingImpl. getJdbcMapping(int index)JdbcMappingSimpleForeignKeyDescriptor. getJdbcMapping()JdbcMappingSimpleForeignKeyDescriptor. getJdbcMapping(int index)JdbcMappingSimpleNaturalIdMapping. getJdbcMapping()JdbcMappingSimpleNaturalIdMapping. getJdbcMapping(int index)JdbcMappingSoftDeleteMappingImpl. getJdbcMapping()JdbcMappingSqlTypedMappingImpl. getJdbcMapping()JdbcMappingToOneAttributeMapping. getJdbcMapping(int index)JdbcMappingAnyKeyPart. getSingleJdbcMapping()JdbcMappingBasicValuedCollectionPart. getSingleJdbcMapping()JdbcMappingEntityRowIdMappingImpl. getSingleJdbcMapping()JdbcMappingSimpleForeignKeyDescriptor. getSingleJdbcMapping()JdbcMappingSimpleNaturalIdMapping. getSingleJdbcMapping()JdbcMappingAnyDiscriminatorPart. getUnderlyingJdbcMapping()JdbcMappingAnyDiscriminatorPart. jdbcMapping()Methods in org.hibernate.metamodel.mapping.internal with parameters of type JdbcMapping Modifier and Type Method Description static SelectableMappingSelectableMappingImpl. from(String containingTableExpression, Selectable selectable, @Nullable SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)static SelectableMappingSelectableMappingImpl. from(String containingTableExpression, Selectable selectable, @Nullable SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)static SelectableMappingSelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)static SelectableMappingSelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)ExpressionAnyDiscriminatorPart. resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState)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)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)voidSoftDeleteMappingImpl. 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)intAbstractEmbeddableMapping. 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)intEmbeddedForeignKeyDescriptor. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEntityRowIdMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intEntityVersionMappingImpl. 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)intSoftDeleteMappingImpl. forEachJdbcType(int offset, IndexedConsumer<JdbcMapping> action)intToOneAttributeMapping. 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, SelectablePath selectablePath, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, JdbcMapping jdbcMapping)BasicAttributeMapping(String attributeName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, String tableExpression, String mappedColumnExpression, SelectablePath selectablePath, boolean isFormula, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, JdbcMapping jdbcMapping, ManagedMappingType declaringType, PropertyAccess propertyAccess)SelectableMappingImpl(String containingTableExpression, String selectionExpression, SelectablePath selectablePath, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, boolean isFormula, JdbcMapping jdbcMapping)SoftDeleteMappingImpl(SoftDeletableModelPart softDeletable, String columnName, String tableName, Object deletedLiteralValue, String deletedLiteralText, Object nonDeletedLiteralValue, String nonDeletedLiteralText, JdbcMapping jdbcMapping)SqlTypedMappingImpl(@Nullable String columnDefinition, @Nullable Long length, @Nullable Integer precision, @Nullable Integer scale, @Nullable Integer temporalPrecision, JdbcMapping jdbcMapping)SqlTypedMappingImpl(JdbcMapping jdbcMapping) -
Uses of JdbcMapping in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JdbcMapping Modifier and Type Class Description classBasicTypeImpl<J>classPrimitiveBasicTypeImpl<J>Methods in org.hibernate.metamodel.model.domain.internal that return JdbcMapping Modifier and Type Method Description JdbcMappingArrayTupleType. getJdbcMapping(int index)JdbcMappingTupleMappingModelExpressible. getJdbcMapping(int index)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.persister.entity
Classes in org.hibernate.persister.entity that implement JdbcMapping Modifier and Type Class Description classDiscriminatorType<T>Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverterMethods in org.hibernate.persister.entity that return JdbcMapping Modifier and Type Method Description JdbcMappingAbstractEntityPersister. getJdbcMapping(int index)Method 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.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return JdbcMapping Modifier and Type Method Description JdbcMappingEntityTableMapping.KeyColumn. getJdbcMapping()Constructors in org.hibernate.persister.entity.mutation with parameters of type JdbcMapping Constructor Description KeyColumn(String tableName, String columnName, String writeExpression, boolean formula, JdbcMapping jdbcMapping) -
Uses of JdbcMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return JdbcMapping Modifier and Type Method Description JdbcMappingAnonymousTupleBasicValuedModelPart. getJdbcMapping()JdbcMappingAnonymousTupleEmbeddableValuedModelPart. getJdbcMapping(int index)JdbcMappingAnonymousTupleEntityValuedModelPart. getJdbcMapping(int index)JdbcMappingAnonymousTupleTableGroupProducer. getJdbcMapping(int index)JdbcMappingAnonymousTupleEntityValuedModelPart. getSingleJdbcMapping()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(MappingType declaringType, String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, BasicEntityIdentifierMapping delegate)AnonymousTupleBasicValuedModelPart(MappingType declaringType, String partName, String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, int fetchableIndex) -
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)Methods in org.hibernate.query.sqm.produce.function with parameters of type JdbcMapping Modifier and Type Method Description static 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 JdbcMapping Modifier and Type Method Description protected 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 JdbcMapping Modifier and Type Method Description static SqlExpressionResolver.ColumnReferenceKeySqlExpressionResolver. createColumnReferenceKey(String tableExpression, String columnExpression, JdbcMapping jdbcMapping)Helper for generating an expression key for a column reference.static SqlExpressionResolver.ColumnReferenceKeySqlExpressionResolver. createColumnReferenceKey(String qualifier, SelectablePath selectablePath, JdbcMapping jdbcMapping)static SqlExpressionResolver.ColumnReferenceKeySqlExpressionResolver. createColumnReferenceKey(TableReference tableReference, String columnExpression, JdbcMapping jdbcMapping)Helper for generating an expression key for a column reference.static SqlExpressionResolver.ColumnReferenceKeySqlExpressionResolver. createColumnReferenceKey(TableReference tableReference, SelectablePath selectablePath, JdbcMapping jdbcMapping)Constructors in org.hibernate.sql.ast.spi with parameters of type JdbcMapping Constructor Description ColumnReferenceKey(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 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
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)intEmbeddableTypeLiteral. 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, JdbcMapping jdbcMapping)ColumnReference(String qualifier, String columnExpression, SelectablePath selectablePath, boolean isFormula, String customReadExpression, JdbcMapping jdbcMapping)ColumnReference(String qualifier, SelectableMapping selectableMapping, JdbcMapping jdbcMapping)ColumnReference(TableReference tableReference, String columnExpression, boolean isFormula, 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 Modifier and Type Method Description JdbcMappingFilterPredicate.FilterFragmentParameter. getValueMapping()Constructors in org.hibernate.sql.ast.tree.predicate with parameters of type JdbcMapping Constructor Description FilterFragmentParameter(String filterName, String parameterName, JdbcMapping valueMapping, Object value) -
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()JdbcMappingAbstractJdbcParameter. getSingleJdbcMapping()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.model.ast
Methods in org.hibernate.sql.model.ast that return JdbcMapping Modifier and Type Method Description JdbcMappingColumnWriteFragment. getExpressionType()Methods in org.hibernate.sql.model.ast with parameters of type JdbcMapping Modifier and Type Method Description voidColumnValueBindingList. addRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)booleanColumnValueBindingList. containsColumn(String columnName, JdbcMapping jdbcMapping)protected ColumnValueBindingColumnValueBindingList. createValueBinding(String columnName, String customWriteExpression, JdbcMapping jdbcMapping)Constructors in org.hibernate.sql.model.ast with parameters of type JdbcMapping Constructor Description ColumnWriteFragment(String fragment, List<ColumnValueParameter> parameters, JdbcMapping jdbcMapping)ColumnWriteFragment(String fragment, JdbcMapping jdbcMapping)ColumnWriteFragment(String fragment, ColumnValueParameter parameter, JdbcMapping jdbcMapping) -
Uses of JdbcMapping in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder with parameters of type JdbcMapping Modifier and Type Method Description protected voidAbstractTableMutationBuilder. addColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping, List<ColumnValueBinding> list)protected voidAbstractTableMutationBuilder. addColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping, ParameterUsage parameterUsage, List<ColumnValueBinding> list)voidAbstractTableInsertBuilder. addKeyColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)voidAbstractTableUpdateBuilder. addKeyColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)voidColumnValuesTableMutationBuilder. addKeyColumn(String columnName, String valueExpression, JdbcMapping jdbcMapping)Add a key columnvoidTableUpdateBuilderSkipped. addKeyColumn(String columnName, String valueExpression, JdbcMapping jdbcMapping)voidAbstractRestrictedTableMutationBuilder. addKeyRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)voidRestrictedTableMutationBuilder. addKeyRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)Add restriction based on the column in the table's keyvoidTableDeleteBuilderSkipped. addKeyRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)voidTableUpdateBuilderSkipped. addKeyRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)voidAbstractRestrictedTableMutationBuilder. addLiteralRestriction(String columnName, String sqlLiteralText, JdbcMapping jdbcMapping)voidRestrictedTableMutationBuilder. addLiteralRestriction(String columnName, String sqlLiteralText, JdbcMapping jdbcMapping)voidTableDeleteBuilderSkipped. addLiteralRestriction(String columnName, String sqlLiteralText, JdbcMapping jdbcMapping)voidTableUpdateBuilderSkipped. addLiteralRestriction(String columnName, String sqlLiteralText, JdbcMapping jdbcMapping)voidAbstractRestrictedTableMutationBuilder. addOptimisticLockRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)voidRestrictedTableMutationBuilder. addOptimisticLockRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)Add restriction based on non-version optimistically-locked columnvoidTableDeleteBuilderSkipped. addOptimisticLockRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)voidTableUpdateBuilderSkipped. addOptimisticLockRestriction(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)voidAbstractTableInsertBuilder. addValueColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping, boolean isLob)voidAbstractTableUpdateBuilder. addValueColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping, boolean isLob)default voidColumnValuesTableMutationBuilder. addValueColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)Add a column as part of the values listvoidColumnValuesTableMutationBuilder. addValueColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping, boolean isLob)Add a column as part of the values listvoidTableUpdateBuilderSkipped. addValueColumn(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping, boolean isLob)static ColumnWriteFragmentColumnValueBindingBuilder. buildWriteFragment(String writeExpression, JdbcMapping jdbcMapping, MutatingTableReference mutatingTableReference, ColumnReference columnReference, ParameterUsage parameterUsage, Consumer<Object> parameterConsumer)protected ColumnValueBindingAbstractTableMutationBuilder. createValueBinding(String columnName, String columnWriteFragment, JdbcMapping jdbcMapping)protected ColumnValueBindingAbstractTableMutationBuilder. createValueBinding(String columnName, String customWriteExpression, JdbcMapping jdbcMapping, ParameterUsage parameterUsage)static ColumnValueBindingColumnValueBindingBuilder. createValueBinding(String columnName, String writeExpression, JdbcMapping jdbcMapping, MutatingTableReference mutatingTableReference, ParameterUsage parameterUsage, Consumer<Object> parameterConsumer) -
Uses of JdbcMapping in org.hibernate.sql.model.jdbc
Methods in org.hibernate.sql.model.jdbc that return JdbcMapping Modifier and Type Method Description JdbcMappingJdbcValueDescriptor. 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 JdbcMapping Constructor Description BasicResult(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.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension 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.interfaceConvertedBasicType<J>Extension for implementations ofBasicTypewhich have an implied conversion.Classes in org.hibernate.type that implement JdbcMapping Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementations.classBasicArrayType<T,E>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classBottomTypeA 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>classJavaObjectTypeclassNullTypeclassQueryParameterJavaObjectTypeclassSerializableToBlobType<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()default JdbcMappingBasicType. getJdbcMapping(int index)default JdbcMappingBasicType. getSingleJdbcMapping()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>classCustomMutabilityConvertedPrimitiveBasicTypeImpl<J>Wrapper ofCustomMutabilityConvertedBasicTypeImplfor primitive type.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 TemporalTypeTypeConfiguration. getSqlTemporalType(JdbcMapping jdbcMapping)
-