Thursday, May 8, 2008

EJB 2.x transaction attributes

dectxn is heavily influenced by the declarative style of transaction management in the Java world. See these links for information on transaction attributes in EJB 2.x and how to specify them.
  • TX_BEAN_MANAGED
  • TX_MANDATORY
  • TX_NOT_SUPPORTED
  • TX_REQUIRED
  • TX_REQUIRES_NEW
  • TX_SUPPORTS

No comments: