public abstract class AbstractColumnMapping extends Object
protected SqlColumn<?>
column
protected
AbstractColumnMapping(SqlColumn<?> column)
<R> R
mapColumn(Function<SqlColumn<?>,R> mapper)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected SqlColumn<?> column
protected AbstractColumnMapping(SqlColumn<?> column)
public <R> R mapColumn(Function<SqlColumn<?>,R> mapper)
Copyright © 2016–2019 MyBatis.org. All rights reserved.