Class JdbcValueDescriptorImpl
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.JdbcValueDescriptorImpl
- All Implemented Interfaces:
JdbcValueDescriptor
Standard
JdbcValueDescriptor
implementation-
Constructor Summary
ConstructorDescriptionJdbcValueDescriptorImpl
(JdbcParameterBinder jdbcParameterBinder, int jdbcPosition) JdbcValueDescriptorImpl
(ColumnValueParameter columnValueParameter, int jdbcPosition) -
Method Summary
Modifier and TypeMethodDescriptionThe name of the column this parameter "maps to"The JDBC mapping (type, etc.) for the parameterint
The position within the operation, starting at 1 per JDBCgetUsage()
How the parameter is used in the queryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
matches
-
Constructor Details
-
JdbcValueDescriptorImpl
-
JdbcValueDescriptorImpl
-
-
Method Details
-
getColumnName
Description copied from interface:JdbcValueDescriptor
The name of the column this parameter "maps to"- Specified by:
getColumnName
in interfaceJdbcValueDescriptor
-
getUsage
Description copied from interface:JdbcValueDescriptor
How the parameter is used in the query- Specified by:
getUsage
in interfaceJdbcValueDescriptor
-
getJdbcPosition
public int getJdbcPosition()Description copied from interface:JdbcValueDescriptor
The position within the operation, starting at 1 per JDBC- Specified by:
getJdbcPosition
in interfaceJdbcValueDescriptor
-
getJdbcMapping
Description copied from interface:JdbcValueDescriptor
The JDBC mapping (type, etc.) for the parameter- Specified by:
getJdbcMapping
in interfaceJdbcValueDescriptor
-