@ConfigurationProperties(prefix="mybatis") public class MybatisProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MYBATIS_PREFIX |
| Constructor and Description |
|---|
MybatisProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfig() |
org.apache.ibatis.session.ExecutorType |
getExecutorType() |
String[] |
getMapperLocations() |
String |
getTypeAliasesPackage() |
String |
getTypeHandlersPackage() |
boolean |
isCheckConfigLocation() |
org.springframework.core.io.Resource[] |
resolveMapperLocations() |
void |
setCheckConfigLocation(boolean checkConfigLocation) |
void |
setConfig(String config) |
void |
setExecutorType(org.apache.ibatis.session.ExecutorType executorType) |
void |
setMapperLocations(String[] mapperLocations) |
void |
setTypeAliasesPackage(String typeAliasesPackage) |
void |
setTypeHandlersPackage(String typeHandlersPackage) |
public static final String MYBATIS_PREFIX
public String getConfig()
public void setConfig(String config)
public String[] getMapperLocations()
public void setMapperLocations(String[] mapperLocations)
public String getTypeHandlersPackage()
public void setTypeHandlersPackage(String typeHandlersPackage)
public String getTypeAliasesPackage()
public void setTypeAliasesPackage(String typeAliasesPackage)
public boolean isCheckConfigLocation()
public void setCheckConfigLocation(boolean checkConfigLocation)
public org.apache.ibatis.session.ExecutorType getExecutorType()
public void setExecutorType(org.apache.ibatis.session.ExecutorType executorType)
public org.springframework.core.io.Resource[] resolveMapperLocations()
Copyright © 2010–2016 MyBatis.org. All rights reserved.