Note for the container-managed transaction demarcation
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
Note for the container-managed transaction demarcation
Rating:
The container-managed transaction does not allow the methods that interfere with the transaction boundaries set by the container. These methods are as follows:
- The commit, setAutoCommit, and rollback methods of the java.sql.Connection interface.
- The getUserTransaction method of the javax.ejb.EJBContext interface.
- All methods of the UserTransaction interface.
Rating:
Was this information helpful?
Other articles
- What are the responsibilities of an EJB server provider?
- What is a JTA entity manager?
- What are transaction attributes?
- What is the @WebService annotation?
- What is the GROUP BY clause?
