JPA Enum Constant
in javax.persistence.CacheStoreMode

USE


Insert entity data into cache when read from database and insert/update entity data when committed into database: this is the default behavior. Does not force refresh of already cached items when reading from database.
Since:
JPA 2.0