Java javax.persistence CacheStoreMode fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence CacheStoreMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence CacheStoreMode.

The text is from its open source code.

Field

CacheStoreModeBYPASS
Don't insert into cache.
CacheStoreModeREFRESH
Insert/update entity data into cache when read from database and when committed into database.