JavaScript is disabled on your browser.
Skip navigation links
Narayana: narayana-full 7.1.0.Final
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.jboss.stm.annotations
Annotation Type Optimistic
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
@Inherited
public @interface
Optimistic
Use optimistic concurrency control. This may mean that a transaction is forced to abort at the end due to conflicting updates made by other users.
Author:
marklittle