@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface OptimisticLocking
Modifier and Type | Optional Element and Description |
---|---|
OptimisticLockType |
type
Defines the style of optimistic locking for the entity.
|
public abstract OptimisticLockType type
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.