Uses of Enum Class
jakarta.enterprise.event.TransactionPhase
Packages that use TransactionPhase
Package
Description
 Annotations and interfaces relating to events.
 The build compatible extension SPI.
 The portable extension integration SPI.
- 
Uses of TransactionPhase in jakarta.enterprise.eventMethods in jakarta.enterprise.event that return TransactionPhaseModifier and TypeMethodDescriptionstatic TransactionPhaseReturns the enum constant of this class with the specified name.static TransactionPhase[]TransactionPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of TransactionPhase in jakarta.enterprise.inject.build.compatible.spiMethods in jakarta.enterprise.inject.build.compatible.spi that return TransactionPhaseModifier and TypeMethodDescriptionObserverInfo.transactionPhase()Returns thetransaction phaseof this transactional observer.Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type TransactionPhaseModifier and TypeMethodDescriptionSyntheticObserverBuilder.transactionPhase(TransactionPhase transactionPhase) Sets theTransactionPhaseduring which this synthetic observer should be notified.
- 
Uses of TransactionPhase in jakarta.enterprise.inject.spiMethods in jakarta.enterprise.inject.spi that return TransactionPhaseModifier and TypeMethodDescriptionObserverMethod.getTransactionPhase()Obtains the specifiedTransactionPhasefor the observer method.
- 
Uses of TransactionPhase in jakarta.enterprise.inject.spi.configuratorMethods in jakarta.enterprise.inject.spi.configurator with parameters of type TransactionPhaseModifier and TypeMethodDescriptionObserverMethodConfigurator.transactionPhase(TransactionPhase transactionPhase) Set theTransactionPhasefor the observer to build