Package org.hibernate.sql.exec.spi
Interface JdbcParameterBinding
-
- All Known Implementing Classes:
JdbcParameterBindingImpl
public interface JdbcParameterBinding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcMappinggetBindType()ObjectgetBindValue()
-
-
-
Method Detail
-
getBindType
JdbcMapping getBindType()
-
getBindValue
Object getBindValue()
-
-