Package io.odysz.module.rs
Interface AnResultset.ObjCreator<T>
- Type Parameters:
T
- the user type
- Enclosing class:
- AnResultset
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Object creator for converting an entity record to a user type instance.
- Since:
- 1.4.12
- Author:
- odys-z@github.com
-
Method Summary
-
Method Details
-
create
- Parameters:
rs
- resultset at current row, iteration is driven by AnResultset, by callingAnResultset.map(String, ObjCreator)
.- Returns:
- Throws:
SQLException
-