public class ThreadLocalPersistenceManager extends ThreadLocal(Code)
This class provides thread-local access to a set of
PersistenceManagers. The same PersistenceManager will
always be associated with the same JVM thread.
This is useful in many application and web server environments
where you wish to avoid passing around a PersistenceManager
reference.
author: Wes Biggs