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:
Bindable
,JdbcMappingContainer
,MappingModelExpressible
,SqlExpressible
,SqlSelectionProducer
,Expression
,JdbcParameter
,SqlAstNode
,JdbcParameterBinder
public class SqlTypedMappingJdbcParameter extends AbstractJdbcParameter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.metamodel.mapping.Bindable
Bindable.JdbcValuesConsumer
-
-
Field Summary
-
Fields inherited from interface org.hibernate.sql.exec.spi.JdbcParameterBinder
NOOP
-
-
Constructor Summary
Constructors Constructor Description SqlTypedMappingJdbcParameter(SqlTypedMapping sqlTypedMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTypedMapping
getSqlTypedMapping()
-
Methods inherited from class org.hibernate.sql.exec.internal.AbstractJdbcParameter
accept, bindParameterValue, bindParameterValue, createSqlSelection, disassemble, forEachDisassembledJdbcValue, forEachJdbcType, forEachJdbcValue, getExpressionType, getJdbcMapping, getJdbcTypeCount, getParameterBinder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.metamodel.mapping.Bindable
forEachDisassembledJdbcValue, forEachJdbcType, forEachJdbcValue, getJdbcMappings
-
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
getColumnReference
-
-
-
-
Constructor Detail
-
SqlTypedMappingJdbcParameter
public SqlTypedMappingJdbcParameter(SqlTypedMapping sqlTypedMapping)
-
-
Method Detail
-
getSqlTypedMapping
public SqlTypedMapping getSqlTypedMapping()
-
-