Modifier and Type | Required Element and Description |
---|---|
boolean |
before |
String |
keyProperty |
Class<?> |
resultType |
String[] |
statement |
Modifier and Type | Optional Element and Description |
---|---|
String |
keyColumn |
StatementType |
statementType |
public abstract String[] statement
public abstract String keyProperty
public abstract boolean before
public abstract Class<?> resultType
public abstract String keyColumn
public abstract StatementType statementType
Copyright © 2010–2015 MyBatis.org. All rights reserved.