-
Dec 30th, 2011, 12:32 PM
#1
When configuring a transaction in Spring's configuration file, you use the no-rollbac
When configuring a transaction in Spring's configuration file, you use the no-rollback-for attribute of the <tx:method> element to:
A> note exclusions to the list of DAO classes given in the rollback-for attribute.
B> supply a comma-separated list of checked exception class names that should not cause a rollback.
C> supply a comma-separated list of DAO class names whose updates are not rolled back unless they explicitly set the rollback status flag.
D> supply a comma-separated list of exception class names that should not cause a rollback.
E> supply a comma separated list of business class names whose updates are not rolled back unless they explicitly set the rollback status flag.
-
Dec 30th, 2011, 01:51 PM
#2
Seriously? You're just pasting in your homework/quiz question verbatim?
Just read the documentation: http://static.springsource.org/sprin...-reference.pdf
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules