Interface DbMapper<J>

Type Parameters:
J - type of the Java object to map.
All Superinterfaces:
DbMapper2Db<J>, DbMapper2Java<J>
All Known Subinterfaces:
DbBeanMapper<B>

public interface DbMapper<J> extends DbMapper2Db<J>, DbMapper2Java<J>
Interface to map a Java object to the database and vice-versa.
Since:
1.0.0