Interface DbMapper2Java<J>

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

public interface DbMapper2Java<J>
Interface to map from database to Java object.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    db2java(DbResult dbValue)
     
  • Method Details

    • db2java

      J db2java(DbResult dbValue)
      Parameters:
      dbValue - the DbResult to map.
      Returns:
      the mapped Java object.