Package tech.yanand.flyingmybatis


package tech.yanand.flyingmybatis
  • Class
    Description
    The auto mapper, inherit this interface to get some basic CRUD methods.
    Process the mapping between the primary key and the entity field
    Mapping a class's field to a database column is often necessary to specify the name of the database column.
    Marks the field of the class as the primary key field.
    The type of primary key.
    Mark the Domain object as a database table.