Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JPA Reference
»
Miscellaneous
»
CacheStoreMode
»
CacheStoreMode.REFRESH - JPA enum constant
JPA Reference
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Queries
Metamodel
Miscellaneous
PersistenceUtil
PersistenceUnitUtil
Cache
CacheRetrieveMode
CacheStoreMode
SharedCacheMode
FlushModeType
LockModeType
PessimisticLockScope
Exceptions
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
< CacheStoreMode
^ CacheStoreMode
SharedCacheMode >