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, setHibernateTypevoid 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 © 2001-2015 Red Hat, Inc. All Rights Reserved.