Interface JpaMapper.MemberSetter<C>

  • Enclosing class:
    JpaMapper<C>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    private static interface JpaMapper.MemberSetter<C>
    • Method Detail

      • mapAndSetMember

        void mapAndSetMember​(C object)
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException