@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 © 2016 JBoss by Red Hat. All rights reserved.