- Type Parameters:
J- type of the Java object to map.
- All Known Subinterfaces:
DbBeanMapper<B>,DbMapper<J>
public interface DbMapper2Db<J>
Interface to map a Java object to the database.
- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
java2db
- Parameters:
javaValue- the Java object to map.- Returns:
- the mapped
DbResult.
-