Uses of Class
jakarta.enterprise.util.Nonbinding
-
Packages that use Nonbinding Package Description jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server. -
-
Uses of Nonbinding in jakarta.transaction
Methods in jakarta.transaction with annotations of type Nonbinding Modifier and Type Method Description Class[]dontRollbackOn()The dontRollbackOn element can be set to indicate exceptions that must not cause the interceptor to mark the transaction for rollback.Class[]rollbackOn()The rollbackOn element can be set to indicate exceptions that must cause the interceptor to mark the transaction for rollback.
-