Uses of Class
org.springframework.aop.target.AbstractPrototypeBasedTargetSource
Packages that use AbstractPrototypeBasedTargetSource
-
Uses of AbstractPrototypeBasedTargetSource in org.springframework.aop.target
Subclasses of AbstractPrototypeBasedTargetSource in org.springframework.aop.targetModifier and TypeClassDescriptionclassAbstract base class for poolingTargetSourceimplementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.classTargetSourceimplementation that holds objects in a configurable Apache Commons2 Pool.classTargetSourceimplementation that creates a new instance of the target bean for each request, destroying each instance on release (after each request).classAlternative to an object pool.