Interface DbMapper2Db<J>

Type Parameters:
J - type of the Java object to map.
All Known Subinterfaces:
DbBeanMapper<B>, DbMapper<J>

public interface DbMapper2Db<J>
Interface to map a Java object to the database.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    java2db(J javaValue)
     
  • Method Details

    • java2db

      DbResult java2db(J javaValue)
      Parameters:
      javaValue - the Java object to map.
      Returns:
      the mapped DbResult.