From: Erik Brakkee Date: Sat, 17 Jul 2010 21:42:09 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.7~265 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=5848627da8ebebff9b1a840f70d6f4292323b9b2;p=utils --- diff --git a/support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java b/support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java index 51d23abf..5cf23cea 100644 --- a/support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java +++ b/support/general/src/main/java/org/wamblee/general/ThreadSpecificProxyFactory.java @@ -24,7 +24,8 @@ import java.lang.reflect.Proxy; * Thread-specific proxy is used to create implementations of interfaces that * delegate to a thread-specific implementation of the service. * - * It is used for instance to pass a transaction scoped entity manager around. + * It can be used for instance to create a contextual reference to an entity manager + * that delegates to a thread-specific instance. * * The {@link #set(Object)} method sets the current service instance for the current thread. * The {@link #get()} method gets the current service instance for the current thread.