接口 BasicValueConverter<O,​R>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      O toDomainValue​(R relationalForm)
      Convert the relational form just retrieved from JDBC ResultSet into the domain form.
      R toRelationalValue​(O domainForm)
      Convert the domain form into the relational form in preparation for storage into JDBC
    • 方法详细资料

      • toDomainValue

        O toDomainValue​(R relationalForm)
        Convert the relational form just retrieved from JDBC ResultSet into the domain form.
      • toRelationalValue

        R toRelationalValue​(O domainForm)
        Convert the domain form into the relational form in preparation for storage into JDBC