@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface NaturalId
NaturalIdCache
Modifier and Type | Optional Element and Description |
---|---|
boolean |
mutable
Whether the natural id is mutable (or immutable)?
false (the default) indicates it is immutable;
true indicates it is mutable. |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.