Class JdbcValueDescriptorImpl
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.JdbcValueDescriptorImpl
- All Implemented Interfaces:
JdbcValueDescriptor
Standard
JdbcValueDescriptor implementation-
Constructor Summary
ConstructorsConstructorDescriptionJdbcValueDescriptorImpl(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 parameterintThe 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, waitMethods inherited from interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
matches
-
Constructor Details
-
JdbcValueDescriptorImpl
-
JdbcValueDescriptorImpl
-
-
Method Details
-
getColumnName
Description copied from interface:JdbcValueDescriptorThe name of the column this parameter "maps to"- Specified by:
getColumnNamein interfaceJdbcValueDescriptor
-
getUsage
Description copied from interface:JdbcValueDescriptorHow the parameter is used in the query- Specified by:
getUsagein interfaceJdbcValueDescriptor
-
getJdbcPosition
public int getJdbcPosition()Description copied from interface:JdbcValueDescriptorThe position within the operation, starting at 1 per JDBC- Specified by:
getJdbcPositionin interfaceJdbcValueDescriptor
-
getJdbcMapping
Description copied from interface:JdbcValueDescriptorThe JDBC mapping (type, etc.) for the parameter- Specified by:
getJdbcMappingin interfaceJdbcValueDescriptor
-