public class DefaultConfiguration
extends org.apache.ibatis.session.Configuration
aggressiveLazyLoading, autoMappingBehavior, cacheEnabled, cacheRefMap, caches, callSettersOnNulls, configurationFactory, databaseId, defaultExecutorType, defaultStatementTimeout, environment, incompleteCacheRefs, incompleteMethods, incompleteResultMaps, incompleteStatements, interceptorChain, jdbcTypeForNull, keyGenerators, languageRegistry, lazyLoadingEnabled, lazyLoadTriggerMethods, loadedResources, localCacheScope, logImpl, logPrefix, mappedStatements, mapperRegistry, mapUnderscoreToCamelCase, multipleResultSetsEnabled, objectFactory, objectWrapperFactory, parameterMaps, proxyFactory, resultMaps, safeResultHandlerEnabled, safeRowBoundsEnabled, sqlFragments, typeAliasRegistry, typeHandlerRegistry, useColumnLabel, useGeneratedKeys, variables| 构造器和说明 |
|---|
DefaultConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addMappedStatement(org.apache.ibatis.mapping.MappedStatement ms) |
static org.apache.ibatis.mapping.MappedStatement |
getCurMappedStatement() |
org.apache.ibatis.mapping.MappedStatement |
getMappedStatement(String id,
boolean validateIncompleteStatements) |
boolean |
isDelegateSqlSource() |
static void |
removeMappedStatement() |
static void |
resetMappedStatement() |
static void |
setCurMappedStatement(org.apache.ibatis.mapping.MappedStatement ms) |
void |
setDelegateSqlSource(boolean delegateSqlSource) |
addCache, addCacheRef, addIncompleteCacheRef, addIncompleteMethod, addIncompleteResultMap, addIncompleteStatement, addInterceptor, addKeyGenerator, addLoadedResource, addMapper, addMappers, addMappers, addParameterMap, addResultMap, buildAllStatements, checkGloballyForDiscriminatedNestedResultMaps, checkLocallyForDiscriminatedNestedResultMaps, extractNamespace, getAutoMappingBehavior, getCache, getCacheNames, getCaches, getConfigurationFactory, getDatabaseId, getDefaultExecutorType, getDefaultScriptingLanuageInstance, getDefaultStatementTimeout, getEnvironment, getIncompleteCacheRefs, getIncompleteMethods, getIncompleteResultMaps, getIncompleteStatements, getInterceptors, getJdbcTypeForNull, getKeyGenerator, getKeyGeneratorNames, getKeyGenerators, getLanguageRegistry, getLazyLoadTriggerMethods, getLocalCacheScope, getLogImpl, getLogPrefix, getMappedStatement, getMappedStatementNames, getMappedStatements, getMapper, getMapperRegistry, getObjectFactory, getObjectWrapperFactory, getParameterMap, getParameterMapNames, getParameterMaps, getProxyFactory, getResultMap, getResultMapNames, getResultMaps, getSqlFragments, getTypeAliasRegistry, getTypeHandlerRegistry, getVariables, hasCache, hasKeyGenerator, hasMapper, hasParameterMap, hasResultMap, hasStatement, hasStatement, isAggressiveLazyLoading, isCacheEnabled, isCallSettersOnNulls, isLazyLoadingEnabled, isMapUnderscoreToCamelCase, isMultipleResultSetsEnabled, isResourceLoaded, isSafeResultHandlerEnabled, isSafeRowBoundsEnabled, isUseColumnLabel, isUseGeneratedKeys, newExecutor, newExecutor, newExecutor, newMetaObject, newParameterHandler, newResultSetHandler, newStatementHandler, setAggressiveLazyLoading, setAutoMappingBehavior, setCacheEnabled, setCallSettersOnNulls, setConfigurationFactory, setDatabaseId, setDefaultExecutorType, setDefaultScriptingLanguage, setDefaultStatementTimeout, setEnvironment, setJdbcTypeForNull, setLazyLoadingEnabled, setLazyLoadTriggerMethods, setLocalCacheScope, setLogImpl, setLogPrefix, setMapUnderscoreToCamelCase, setMultipleResultSetsEnabled, setObjectFactory, setObjectWrapperFactory, setProxyFactory, setSafeResultHandlerEnabled, setSafeRowBoundsEnabled, setUseColumnLabel, setUseGeneratedKeys, setVariablespublic static org.apache.ibatis.mapping.MappedStatement getCurMappedStatement()
public static void setCurMappedStatement(org.apache.ibatis.mapping.MappedStatement ms)
public static void resetMappedStatement()
public static void removeMappedStatement()
public org.apache.ibatis.mapping.MappedStatement getMappedStatement(String id, boolean validateIncompleteStatements)
getMappedStatement 在类中 org.apache.ibatis.session.Configurationpublic void addMappedStatement(org.apache.ibatis.mapping.MappedStatement ms)
addMappedStatement 在类中 org.apache.ibatis.session.Configurationpublic boolean isDelegateSqlSource()
public void setDelegateSqlSource(boolean delegateSqlSource)
Copyright © 2016. All rights reserved.