public interface ParameterRegistrationImplementor<T> extends ParameterRegistration<T>
Modifier and Type | Method and Description |
---|---|
T |
extract(CallableStatement statement)
Extract value from the statement after execution (used for OUT/INOUT parameters).
|
Type |
getHibernateType()
Access to the Hibernate type for this parameter registration
|
int[] |
getSqlTypes()
Access to the SQL type(s) for this parameter
|
void |
prepare(CallableStatement statement,
int i)
Prepare for execution.
|
bindValue, bindValue, getBind, getMode, getName, getPosition, getType, setHibernateType
void prepare(CallableStatement statement, int i) throws SQLException
statement
- The statement about to be executedi
- The parameter index for this registration (used for positional)SQLException
- Indicates a problem accessing the statement objectType getHibernateType()
int[] getSqlTypes()
T extract(CallableStatement statement)
statement
- The callable statementCopyright © 2016 JBoss by Red Hat. All rights reserved.