Uses of Class
jakarta.interceptor.InterceptorBinding
-
Packages that use InterceptorBinding Package Description jakarta.enterprise.context.control 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 InterceptorBinding in jakarta.enterprise.context.control
Classes in jakarta.enterprise.context.control with annotations of type InterceptorBinding Modifier and Type Class Description interfaceActivateRequestContextThe container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked. -
Uses of InterceptorBinding in jakarta.transaction
Classes in jakarta.transaction with annotations of type InterceptorBinding Modifier and Type Class Description interfaceTransactionalThe jakarta.transaction.Transactional annotation provides the application the ability to declaratively control transaction boundaries on CDI managed beans, as well as classes defined as managed beans by the Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.
-