Uses of Annotation Interface
jakarta.enterprise.context.NormalScope
Packages that use NormalScope
Package
Description
Annotations and interfaces relating to scopes and contexts.
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 NormalScope in jakarta.enterprise.context
Classes in jakarta.enterprise.context with annotations of type NormalScopeModifier and TypeClassDescription@interfaceSpecifies that a bean is application scoped.@interfaceSpecifies that a bean is conversation scoped.@interfaceSpecifies that a bean is request scoped.@interfaceSpecifies that a bean is session scoped. -
Uses of NormalScope in jakarta.transaction
Classes in jakarta.transaction with annotations of type NormalScopeModifier and TypeClassDescription@interfaceThe jakarta.transaction.TransactionScoped annotation provides the ability to specify a standard CDI scope to define bean instances whose lifecycle is scoped to the currently active Jakarta Transactions transaction.