Interface ObjectPool<T extends PooledObject>


  • public interface ObjectPool<T extends PooledObject>
    A pool of objects of a single class. Obtain an ObjectPool from the Session by calling getObjectPool with a Class object for the class to be pooled, which must implement PooledObject.
    Author:
    Thomas Hallgren