Package org.hibernate.sql.exec.internal
Class SqlTypedMappingJdbcParameter
java.lang.Object
org.hibernate.sql.exec.internal.AbstractJdbcParameter
org.hibernate.sql.exec.internal.SqlTypedMappingJdbcParameter
- All Implemented Interfaces:
BasicValuedMapping,Bindable,JdbcMappingContainer,MappingModelExpressible,SqlExpressible,ValueMapping,SqlSelectionProducer,Expression,JdbcParameter,SqlTypedExpression,SqlAstNode,JdbcParameterBinder,JavaTypedExpressible
public class SqlTypedMappingJdbcParameter
extends AbstractJdbcParameter
implements SqlTypedExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.metamodel.mapping.Bindable
Bindable.JdbcValuesBiConsumer<X,Y>, Bindable.JdbcValuesConsumer -
Field Summary
Fields inherited from interface org.hibernate.sql.exec.spi.JdbcParameterBinder
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionSqlTypedMappingJdbcParameter(SqlTypedMapping sqlTypedMapping) SqlTypedMappingJdbcParameter(SqlTypedMapping sqlTypedMapping, @Nullable Integer parameterId) -
Method Summary
Methods inherited from class org.hibernate.sql.exec.internal.AbstractJdbcParameter
accept, addToCacheKey, bindParameterValue, bindParameterValue, disassemble, forEachDisassembledJdbcValue, forEachJdbcType, forEachJdbcValue, getExpressionType, getJdbcMapping, getJdbcTypeCount, getMappedType, getParameterBinder, getParameterId, getSingleJdbcMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.metamodel.mapping.BasicValuedMapping
getJdbcMappingMethods inherited from interface org.hibernate.metamodel.mapping.Bindable
forEachDisassembledJdbcValue, forEachDisassembledJdbcValue, forEachDisassembledJdbcValue, forEachJdbcType, forEachJdbcValue, forEachJdbcValue, forEachJdbcValueMethods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference, getExpressionTypeMethods inherited from interface org.hibernate.sql.ast.tree.SqlAstNode
acceptMethods inherited from interface org.hibernate.metamodel.mapping.ValueMapping
getExpressibleJavaType, treatAs
-
Constructor Details
-
SqlTypedMappingJdbcParameter
-
SqlTypedMappingJdbcParameter
-
-
Method Details
-
getSqlTypedMapping
- Specified by:
getSqlTypedMappingin interfaceSqlTypedExpression
-