ObjectDB Database Search

1-20 of 20 results

jakarta.persistence.CacheStoreMode

Jakarta Persistence (JPA) Enum jakarta.persistence. CacheStoreMode java.lang.Object ∟ java.lang.Enum ∟ jakarta.persistence. CacheStoreMode Implemented Interfaces: FindOption , RefreshOption ... .storeMode . See Also: EntityManager.setCacheStoreMode( CacheStoreMode ) Query.setCacheStoreMode( CacheStoreMode

jakarta.persistence.CacheStoreMode.CacheStoreMode()

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

JPA Shared (L2) Entity Cache

. This property accepts three values from the CacheStoreMode enum: CacheStoreMode . BYPASS : The cache is not updated with new data. CacheStoreMode . USE : New data is stored in the cache, but only for entities that are not already in the cache. CacheStoreMode . REFRESH : New data is stored in the cache

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.EntityManager.setCacheStoreMode(CacheStoreMode)

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

jakarta.persistence.Query.setCacheStoreMode(CacheStoreMode)

Jakarta Persistence (JPA) Method in jakarta.persistence.Query Query setCacheStoreMode (    CacheStoreMode cacheStoreMode ) Set the cache storage mode that is in effect during query ... . 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

JPA Runtime Tuning & Configuration

setCacheStoreMode( CacheStoreMode ) Query setCacheStoreMode( CacheStoreMode ) Operation Implements ... find CacheStoreMode Property setCacheStoreMode setCacheStoreMode find refresh Timeout Property setProperty setTimeout find lock refresh

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.TypedQuery

effect during query execution. Inherited from Query Since: Jakarta Persistence (JPA) 3.2 CacheStoreMode ... . Since: Jakarta Persistence (JPA) 3.2 TypedQuery setCacheStoreMode ( CacheStoreMode cacheStoreMode ) Set ... : cacheStoreMode - cache storage mode Returns: the same query instance. Since: Jakarta Persistence (JPA

jakarta.persistence.Query

that will be in effect during query execution. Since: Jakarta Persistence (JPA) 3.2 CacheStoreMode ... setCacheStoreMode ( CacheStoreMode cacheStoreMode ) Set the cache storage mode that is in effect during query ... . Parameters: cacheStoreMode - cache storage mode Returns: the same query instance. Since: Jakarta

jakarta.persistence.StoredProcedureQuery

.2 CacheStoreMode getCacheStoreMode () The cache storage mode that will be in effect during query ... ( CacheStoreMode cacheStoreMode ) Set the cache storage mode that is in effect during query execution. This cache ... .setCacheStoreMode Parameters: cacheStoreMode - cache storage mode Returns: the same query instance

jakarta.persistence.FindOption

by the specification. See Also: LockModeType PessimisticLockScope CacheRetrieveMode CacheStoreMode

jakarta.persistence.RefreshOption

defined by the specification. See Also: LockModeType PessimisticLockScope CacheStoreMode Timeout

jakarta.persistence.EntityManager.getCacheStoreMode()

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager CacheStoreMode getCacheStoreMode() The cache storage mode for this persistence context. Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.Query.getCacheStoreMode()

Jakarta Persistence (JPA) Method in jakarta.persistence.Query CacheStoreMode getCacheStoreMode() The cache storage mode that will be in effect during query execution. Since: Jakarta Persistence (JPA) 3.2

ObjectDB 2.2.2

Changed log format to include date and time . Changed class loader management. Fixed handling multiple order expressions in inverse (mapped by) fields. Fixed the behavior of CacheStoreMode setting in L2 shared cache. Fixed  TreeSet and TreeMap  element comparison bugs. Fixed an Explorer