Example usage for Java javax.persistence CacheStoreMode fields, constructors, methods, implement or subclass
The text is from its open source code.
CacheStoreMode | BYPASS Don't insert into cache. |
CacheStoreMode | REFRESH Insert/update entity data into cache when read from database and when committed into database. |