- Type Parameters:
J- type of the Java object to map.
- All Known Subinterfaces:
DbBeanMapper<B>,DbMapper<J>
public interface DbMapper2Java<J>
Interface to map from database to Java object.
- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
db2java
- Parameters:
dbValue- theDbResultto map.- Returns:
- the mapped Java object.
-