Package io.github.mmm.orm.mapping


package io.github.mmm.orm.mapping
  • Class
    Description
    DbBeanMapper<B extends io.github.mmm.bean.WritableBean>
    DbMapper to map a WritableBean to the database and vice-versa.
    Interface to map a Java object to the database and vice-versa.
    Interface to map a Java object to the database.
    Interface to map from database to Java object.
    Container with information about the a single selected column.
    Interface for ORM (object/relational mapping).
    ApplicationException thrown if a Java type is not mapped and therefore unsupported by ORM.