|
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Cacheable
Specifies whether an entity should be cached if caching is enabled
when the value of the persistence.xml
caching element is
ENABLE_SELECTIVE
or DISABLE_SELECTIVE
.
Cacheable(false)
means that the entity and its state must
not be cached by the provider.
Optional Element Summary | |
---|---|
boolean |
value
(Optional) Whether or not the entity should be cached. |
public abstract boolean value
|
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |