From d09b7159760569a842262fcc27366515fdd3adfb Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 29 Apr 2012 12:09:09 +0200 Subject: [PATCH] Added "EXPERIMENTAL" disclaimer to FactoryProxy --- jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java b/jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java index 20338b17d1..7e8ecb1a72 100644 --- a/jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java +++ b/jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java @@ -94,7 +94,10 @@ import org.jooq.exception.DataAccessException; * and creates a new Factory with a new Connection * every time you use any of the operations from {@link FactoryOperations} *

- * Refer to the jOOQ manual to see possible operation modes for jOOQ with Spring + * Refer to the jOOQ manual to see possible operation modes for jOOQ with + * Spring. Note that this implementation of a FactoryProxy might be + * re-designed in jOOQ 3.0. Please consider this functionality as being + * EXPERIMENTAL * * @author Sergey Epik * @author Lukas Eder