Package org.hibernate.sql.model.ast
Class ColumnValueParameter
- java.lang.Object
-
- org.hibernate.sql.exec.internal.AbstractJdbcParameter
-
- org.hibernate.sql.model.ast.ColumnValueParameter
-
- All Implemented Interfaces:
BasicValuedMapping
,Bindable
,JdbcMappingContainer
,MappingModelExpressible
,SqlExpressible
,ValueMapping
,SqlSelectionProducer
,Expression
,JdbcParameter
,SqlAstNode
,JdbcParameterBinder
,JavaTypedExpressible
public class ColumnValueParameter extends AbstractJdbcParameter
Parameter descriptor specific to mutations. It exposes metadata about the parameter
-
-
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
Constructors Constructor Description ColumnValueParameter(ColumnReference columnReference, ParameterUsage usage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnReference
getColumnReference()
ParameterUsage
getUsage()
String
toString()
-
Methods inherited from class org.hibernate.sql.exec.internal.AbstractJdbcParameter
accept, addToCacheKey, bindParameterValue, bindParameterValue, disassemble, forEachDisassembledJdbcValue, forEachJdbcType, forEachJdbcValue, getExpressionType, getJdbcMapping, getJdbcTypeCount, getMappedType, getParameterBinder, getSingleJdbcMapping
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.metamodel.mapping.BasicValuedMapping
getJdbcMapping
-
Methods inherited from interface org.hibernate.metamodel.mapping.Bindable
forEachDisassembledJdbcValue, forEachDisassembledJdbcValue, forEachDisassembledJdbcValue, forEachJdbcType, forEachJdbcValue, forEachJdbcValue, forEachJdbcValue
-
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection
-
Methods inherited from interface org.hibernate.metamodel.mapping.ValueMapping
getExpressibleJavaType, treatAs
-
-
-
-
Constructor Detail
-
ColumnValueParameter
public ColumnValueParameter(ColumnReference columnReference, ParameterUsage usage)
-
-
Method Detail
-
getColumnReference
public ColumnReference getColumnReference()
-
getUsage
public ParameterUsage getUsage()
-
-