public class SqlKitHolder extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
| 限定符和类型 | 字段和说明 |
|---|---|
private static org.springframework.context.ApplicationContext |
applicationContext |
private static org.springframework.core.env.Environment |
environment |
private static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
SqlKitHolder() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
init(org.apache.ibatis.session.Configuration properties) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
private static org.slf4j.Logger logger
private static org.springframework.context.ApplicationContext applicationContext
private static org.springframework.core.env.Environment environment
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment 在接口中 org.springframework.context.EnvironmentAwarepublic void init(org.apache.ibatis.session.Configuration properties)
Copyright © 2022. All rights reserved.