Uses of Interface
org.eclipse.persistence.jpa.config.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in org.eclipse.persistence.internal.jpa.config.cache
Classes in org.eclipse.persistence.internal.jpa.config.cache that implement CacheMethods in org.eclipse.persistence.internal.jpa.config.cache that return CacheModifier and TypeMethodDescriptionCacheImpl.setAlwaysRefresh
(Boolean alwaysRefresh) CacheImpl.setCoordinationType
(String coordinationType) CacheImpl.setDatabaseChangeNotificationType
(String databaseChangeNotificationType) CacheImpl.setDisableHits
(Boolean disableHits) CacheImpl.setIsolation
(String isolation) CacheImpl.setRefreshOnlyIfNewer
(Boolean refreshOnlyIfNewer) -
Uses of Cache in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return Cache -
Uses of Cache in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return CacheModifier and TypeMethodDescriptionCache.setAlwaysRefresh
(Boolean alwaysRefresh) Entity.setCache()
MappedSuperclass.setCache()
Cache.setCoordinationType
(String coordinationType) Cache.setDatabaseChangeNotificationType
(String databaseChangeNotificationType) Cache.setDisableHits
(Boolean disableHits) Cache.setIsolation
(String isolation) Cache.setRefreshOnlyIfNewer
(Boolean refreshOnlyIfNewer)