JPA Enum Constant
in 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