Uses of Class
jakarta.enterprise.context.NormalScope
-
Packages that use NormalScope Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts.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 NormalScope in jakarta.enterprise.context
Classes in jakarta.enterprise.context with annotations of type NormalScope Modifier and Type Class Description interfaceApplicationScopedSpecifies that a bean is application scoped.interfaceConversationScopedSpecifies that a bean is conversation scoped.interfaceRequestScopedSpecifies that a bean is request scoped.interfaceSessionScopedSpecifies that a bean is session scoped. -
Uses of NormalScope in jakarta.transaction
Classes in jakarta.transaction with annotations of type NormalScope Modifier and Type Class Description interfaceTransactionScopedThe 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.
-