ObjectDB ObjectDB

SharedCacheMode.ENABLE_SELECTIVE - JPA enum constant

Enum Constant
javax.persistence.SharedCacheMode
ENABLE_SELECTIVE

Caching is enabled for all entities for Cacheable(true) is specified. All other entities are not cached.
Since:
JPA 2.0