public class ValueMapping<T> extends AbstractColumnMapping implements UpdateMapping
column
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(UpdateMappingVisitor<R> visitor) |
static <T> ValueMapping<T> |
of(SqlColumn<T> column,
Supplier<T> valueSupplier) |
T |
value() |
mapColumn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mapColumn
public T value()
public <R> R accept(UpdateMappingVisitor<R> visitor)
accept
in interface UpdateMapping
public static <T> ValueMapping<T> of(SqlColumn<T> column, Supplier<T> valueSupplier)
Copyright © 2016–2018 MyBatis.org. All rights reserved.