@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface OptimisticLock
| Modifier and Type | Required Element and Description |
|---|---|
boolean |
excluded
Whether the annotated property should be included in optimistic locking determinations for the owner.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.