Module io.github.mmm.orm
Package io.github.mmm.orm.mapping
package io.github.mmm.orm.mapping
-
ClassDescriptionDbBeanMapper<B extends io.github.mmm.bean.WritableBean>
DbMapperto map aWritableBeanto the database and vice-versa.DbMapper<J>Interface to map a Java object to the database and vice-versa.DbSelection<V>Container with information about the a single selected column.Interface for ORM (object/relational mapping).ApplicationExceptionthrown if aJava typeis not mapped and therefore unsupported by ORM.