|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface NaturalId
This specifies that a property is part of the natural id of the entity.
NaturalIdCache
Optional Element Summary | |
---|---|
boolean |
mutable
Is this natural id mutable (or immutable)? |
public abstract boolean mutable
true
indicates the natural id is mutable; false
(the default) that it is immutable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |