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