Interface Convertible<A,​B>

    • Method Detail

      • toJdbc

        B toJdbc​(A attribute)
        Convert attribute to jdbc format or type
        Parameters:
        attribute - the value of to be converted
        Returns:
        the value to be stored for jdbc driver
      • toAttribute

        A toAttribute​(B jdbc)
        Convert the jdbc value to attribute format or type
        Parameters:
        jdbc - the value stored at database
        Returns:
        the value of attribute converted