javax.persistence
Annotation Type Cacheable
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Cacheable
The Cacheable annotation 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.
- Since:
- Java Persistence 2.0
|
Optional Element Summary |
boolean |
value
|
value
public abstract boolean value
- Default:
- true