Annotation Interface UserTransactional


@Target({METHOD,TYPE}) @Retention(RUNTIME) @Inherited @Transactional(value="sharkTransactionManager", rollbackFor=java.lang.Exception.class) @Deprecated(since="4.2", forRemoval=true) public @interface UserTransactional
Deprecated, for removal: This API element is subject to removal in a future version.
należy używać adnotacji SharkTransactional a UserTransaction pobierać za pomocą SharkTransactionManager.getUserTransaction()
Author:
Cezary Kozar 26 cze 2014