SharedCacheMode.DISABLE_SELECTIVE - JPA enum constant

Enum Constant
javax.persistence.SharedCacheMode
DISABLE_SELECTIVE

Caching is enabled for all entities except those for which Cacheable(false) is specified. Entities for which Cacheable(false) is specified are not cached.
Since:
JPA 2.0