Uses of Class
org.apache.ibatis.mapping.MappedStatement.Builder
Packages that use MappedStatement.Builder
-
Uses of MappedStatement.Builder in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return MappedStatement.BuilderModifier and TypeMethodDescriptionMappedStatement.Builder.databaseId(String databaseId) MappedStatement.Builder.dirtySelect(boolean dirtySelect) MappedStatement.Builder.flushCacheRequired(boolean flushCacheRequired) MappedStatement.Builder.keyGenerator(KeyGenerator keyGenerator) MappedStatement.Builder.keyProperty(String keyProperty) MappedStatement.Builder.lang(LanguageDriver driver) MappedStatement.Builder.parameterMap(ParameterMap parameterMap) Deprecated.MappedStatement.Builder.resultMaps(List<ResultMap> resultMaps) MappedStatement.Builder.resultOrdered(boolean resultOrdered) MappedStatement.Builder.resultSets(String resultSet) MappedStatement.Builder.resultSetType(ResultSetType resultSetType) MappedStatement.Builder.statementType(StatementType statementType) MappedStatement.Builder.useCache(boolean useCache)
resultSets(java.lang.String)