Module io.github.mmm.orm
Package io.github.mmm.orm.mapping
Interface DbBeanMapper<B extends io.github.mmm.bean.WritableBean>
- Type Parameters:
B- type of theWritableBeanto map.
- All Superinterfaces:
DbMapper<B>,DbMapper2Db<B>,DbMapper2Java<B>
DbMapper to map a WritableBean to the database and vice-versa.- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.orm.mapping.DbMapper2Db
java2dbMethods inherited from interface io.github.mmm.orm.mapping.DbMapper2Java
db2java