Package org.hibernate.id.insert
Interface Binder
-
public interface Binder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bindValues(PreparedStatement ps)
Object
getEntity()
-
-
-
Method Detail
-
bindValues
void bindValues(PreparedStatement ps) throws SQLException
- Throws:
SQLException
-
getEntity
Object getEntity()
-
-