Internal Website Search

1-10 of 11 resultsRefresh

javax.persistence.CacheStoreMode

Enum CacheStoreMode java.lang.Object java.lang.Enum<javax.persistence.CacheStoreMode> javax.persistence.CacheStoreMode

Shared (L2) Entity Cache

, which are defined as constants of the CacheStoreMode">CacheStoreMode enum: CacheStoreMode">CacheStoreMode.CacheStoreMode/BYPASS">BYPASS - cache is not updated with new data.

values()

CacheStoreMode" title="Enum in javax.persistence">javax.persistence.CacheStoreModeCacheStoreMode" title="Enum in javax.persistence">CacheStoreMode[] values()

valueOf(name)

CacheStoreMode" title="Enum in javax.persistence">javax.persistence.CacheStoreModeCacheStoreMode" title="Enum in javax.persistence">CacheStoreMode valueOf(  String name)

CacheStoreMode.REFRESH

Enum Constant CacheStoreMode" title="Enum in javax.persistence">javax.persistence.CacheStoreModeREFRESH Insert/update entity

CacheStoreMode.BYPASS

Enum Constant CacheStoreMode" title="Enum in javax.persistence">javax.persistence.CacheStoreModeBYPASS Don't insert into

CacheStoreMode.USE

Enum Constant CacheStoreMode" title="Enum in javax.persistence">javax.persistence.CacheStoreModeUSE Insert/update entity data

JPA Miscellaneous

>CacheStoreMode enum types serve in managing the EntityManagerFactory's shared (level 2) cache: CacheStoreMode

java.lang.Comparable

="/api/java/jpa/CacheStoreMode" title="Enum in javax.persistence">CacheStoreMode

java.io.Serializable

="/api/java/jpa/CacheStoreMode" title="Enum in javax.persistence">CacheStoreMode