* 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