Class ValueMapping<T>

    • Method Summary

      Modifier and Type Method Description
      <R> R accept​(UpdateMappingVisitor<R> visitor)  
      static <T> ValueMapping<T> of​(SqlColumn<T> column, java.util.function.Supplier<T> valueSupplier)  
      T value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait