public class PropertyMapping extends AbstractColumnMapping implements InsertMapping
column
Modifier and Type | Method and Description |
---|---|
<S> S |
accept(InsertMappingVisitor<S> visitor) |
static PropertyMapping |
of(SqlColumn<?> column,
String property) |
String |
property() |
mapColumn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mapColumn
public String property()
public <S> S accept(InsertMappingVisitor<S> visitor)
accept
in interface InsertMapping
public static PropertyMapping of(SqlColumn<?> column, String property)
Copyright © 2016–2018 MyBatis.org. All rights reserved.