(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / test / transactions / package-info.java
index 0342552e314a9153b264c01cf5733865dd3abb47..812f67cd3b0e88bd319fce1c791dc7447c3e3e55 100644 (file)
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * 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