接口的使用
org.springframework.aop.target.PoolingConfig
使用PoolingConfig的程序包 程序包 说明 org.springframework.aop.target org.springframework.aop.target中PoolingConfig的使用
实现PoolingConfig的org.springframework.aop.target中的类 修饰符和类型 类 说明 classAbstractPoolingTargetSourceAbstract base class for poolingTargetSourceimplementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.classCommonsPool2TargetSourceTargetSourceimplementation that holds objects in a configurable Apache Commons2 Pool.