public interface ObjectFactory<T>
Dao.setObjectFactory(ObjectFactory).| Modifier and Type | Method and Description |
|---|---|
T |
createObject(Constructor<T> construcor,
Class<T> dataClass)
Construct and return an object of a certain class.
|
T createObject(Constructor<T> construcor, Class<T> dataClass) throws SQLException
SQLException - if there was a problem creating the object.This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.