public class SqlSessionFactoryBean
extends org.mybatis.spring.SqlSessionFactoryBean
implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
SqlSessionFactoryBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
String |
getGroupName() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setGroupName(String groupName) |
void |
setMapperLocations(org.springframework.core.io.Resource... mapperLocations) |
addMapperLocations, addPlugins, addScriptingLanguageDrivers, addTypeAliases, addTypeHandlers, buildSqlSessionFactory, getCache, getDatabaseIdProvider, getObject, getObjectType, getVfs, isSingleton, onApplicationEvent, setCache, setConfigLocation, setConfiguration, setConfigurationProperties, setDatabaseIdProvider, setDataSource, setDefaultEnumTypeHandler, setDefaultScriptingLanguageDriver, setEnvironment, setFailFast, setObjectFactory, setObjectWrapperFactory, setPlugins, setScriptingLanguageDrivers, setSqlSessionFactoryBuilder, setTransactionFactory, setTypeAliases, setTypeAliasesPackage, setTypeAliasesSuperType, setTypeHandlers, setTypeHandlersPackage, setVfspublic String getGroupName()
public void setGroupName(String groupName)
public void setMapperLocations(org.springframework.core.io.Resource... mapperLocations)
setMapperLocations 在类中 org.mybatis.spring.SqlSessionFactoryBeanpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanafterPropertiesSet 在类中 org.mybatis.spring.SqlSessionFactoryBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2025. All rights reserved.