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 JdbcMapping
getBindType()
Object
getBindValue()
-
-
-
Method Detail
-
getBindType
JdbcMapping getBindType()
-
getBindValue
Object getBindValue()
-
-