Uses of Interface
org.hibernate.metamodel.mapping.JdbcMapping
-
Packages that use JdbcMapping Package Description org.hibernate.dialect.temptable org.hibernate.engine.spi org.hibernate.mapping org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.relational org.hibernate.persister.entity org.hibernate.query.derived org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.query.sqm.function org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.sql.ast.tree.cte org.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL treeorg.hibernate.sql.exec.spi org.hibernate.sql.results.graph.basic org.hibernate.type org.hibernate.type.spi -
-
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.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.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.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 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.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, NavigablePath navigablePath) -
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.spi
Methods in org.hibernate.type.spi with parameters of type JdbcMapping Modifier and Type Method Description static TemporalTypeTypeConfiguration. getSqlTemporalType(JdbcMapping jdbcMapping)
-