ObjectDB ObjectDB

CacheStoreMode.REFRESH - JPA enum constant

Enum Constant
javax.persistence.CacheStoreMode
REFRESH

Insert/update entity data into cache when read from database and when committed into database. Forces refresh of cache for items read from database.
Since:
JPA 2.0