Class AbstractColumnMapping

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected SqlColumn<?> column  
    • Method Summary

      Modifier and Type Method Description
      <R> R mapColumn​(java.util.function.Function<SqlColumn<?>,​R> mapper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractColumnMapping

        protected AbstractColumnMapping​(SqlColumn<?> column)
    • Method Detail

      • mapColumn

        public <R> R mapColumn​(java.util.function.Function<SqlColumn<?>,​R> mapper)