public interface InsertMapping
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(InsertMappingVisitor<R> visitor) |
<R> R |
mapColumn(Function<SqlColumn<?>,R> mapper) |
<R> R accept(InsertMappingVisitor<R> visitor)
Copyright © 2016–2018 MyBatis.org. All rights reserved.