Package | Description |
---|---|
org.apache.ibatis.executor.loader.cglib |
CGLIB proxy factory
|
org.apache.ibatis.executor.loader.javassist |
Javassist proxy factory
|
org.apache.ibatis.session |
Base package.
|
Modifier and Type | Class and Description |
---|---|
class |
CglibProxyFactory |
Modifier and Type | Class and Description |
---|---|
class |
JavassistProxyFactory |
Modifier and Type | Field and Description |
---|---|
protected ProxyFactory |
Configuration.proxyFactory |
Modifier and Type | Method and Description |
---|---|
ProxyFactory |
Configuration.getProxyFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setProxyFactory(ProxyFactory proxyFactory) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.