Interface DbBeanMapper<B extends io.github.mmm.bean.WritableBean>

Type Parameters:
B - type of the WritableBean to map.
All Superinterfaces:
DbMapper<B>, DbMapper2Db<B>, DbMapper2Java<B>

public interface DbBeanMapper<B extends io.github.mmm.bean.WritableBean> extends DbMapper<B>
DbMapper to map a WritableBean to the database and vice-versa.
Since:
1.0.0