ObjectDB Database Search

1-8 of 8 results

jakarta.persistence.CacheStoreMode.CacheStoreMode()

Jakarta Persistence (JPA) Constructor in jakarta.persistence. CacheStoreMode CacheStoreMode () Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.TypedQuery.setCacheStoreMode(CacheStoreMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.TypedQuery TypedQuery setCacheStoreMode (    CacheStoreMode cacheStoreMode ) Set the cache storage mode that is in effect ... . Parameters: cacheStoreMode - cache storage mode Returns: the same query instance. Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.StoredProcedureQuery.setCacheStoreMode(CacheStoreMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery StoredProcedureQuery setCacheStoreMode (    CacheStoreMode cacheStoreMode ) Set the cache storage mode ... the entity manager. Parameters: cacheStoreMode - cache storage mode Returns: the same query instance. Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.CacheStoreMode.USE

Jakarta Persistence (JPA) Enum Constant in jakarta.persistence. CacheStoreMode USE Insert entity data into cache when read from database and insert/update entity data when written to the database: this is the default behavior. Does not force refresh of already cached items when reading from database. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.CacheStoreMode.BYPASS

Jakarta Persistence (JPA) Enum Constant in jakarta.persistence. CacheStoreMode BYPASS Don't insert into cache. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.CacheStoreMode.REFRESH

Jakarta Persistence (JPA) Enum Constant in jakarta.persistence. CacheStoreMode REFRESH Insert/update entity data held in the cache when read from the database and when written to the database. Force refresh of cache for items read from database. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityManager

retrieval mode for this persistence context. Since: Jakarta Persistence (JPA) 3.2 CacheStoreMode ... Persistence (JPA) 3.2 void setCacheStoreMode ( CacheStoreMode cacheStoreMode ) Set the default cache storage mode for this persistence context. Parameters: cacheStoreMode - cache storage mode Since: Jakarta

jakarta.persistence.FindOption

by the specification. See Also: LockModeType PessimisticLockScope CacheRetrieveMode CacheStoreMode