(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / test / transactions / package-info.java
index 0342552e314a9153b264c01cf5733865dd3abb47..b5e361093a2211e07798edfeef1cba540030799d 100644 (file)
  * limitations under the License.
  */ 
 /**
+ * <p>
  * This package provides basic support utilities for testing with transactions.
+ * Depending on the test setup different methods can be used on top of the basic
+ * support for transactions with {@link org.wamblee.test.persistence.JpaBuilder}. 
+ * These are: 
+ * </p>
+ * <ul> 
+ *   <li> {@link TransactionProxyFactory}: In case you want to test a service and want
+ *        "requires new" transaction semantics for your service. </li>
+ *   <li> {@link SimpleTransactionManager}: In case you want to manage one or more 
+ *        transactional resources through a standard {@link UserTransaction}. </li>  
+ * </ul>
  */
 package org.wamblee.test.transactions;
\ No newline at end of file