Uses of Interface
org.eclipse.persistence.jpa.config.Cache
-
Packages that use Cache Package Description org.eclipse.persistence.internal.jpa.config.cache org.eclipse.persistence.internal.jpa.config.classes org.eclipse.persistence.jpa.config -
-
Uses of Cache in org.eclipse.persistence.internal.jpa.config.cache
Classes in org.eclipse.persistence.internal.jpa.config.cache that implement Cache Modifier and Type Class Description classCacheImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.cache that return Cache Modifier and Type Method Description CacheCacheImpl. setAlwaysRefresh(Boolean alwaysRefresh)CacheCacheImpl. setCoordinationType(String coordinationType)CacheCacheImpl. setDatabaseChangeNotificationType(String databaseChangeNotificationType)CacheCacheImpl. setDisableHits(Boolean disableHits)CacheCacheImpl. setExpiry(Integer expiry)CacheCacheImpl. setIsolation(String isolation)CacheCacheImpl. setRefreshOnlyIfNewer(Boolean refreshOnlyIfNewer)CacheCacheImpl. setSize(Integer size)CacheCacheImpl. setType(String type) -
Uses of Cache in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return Cache Modifier and Type Method Description CacheAbstractMappedClassImpl. setCache() -
Uses of Cache in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return Cache Modifier and Type Method Description CacheCache. setAlwaysRefresh(Boolean alwaysRefresh)CacheEntity. setCache()CacheMappedSuperclass. setCache()CacheCache. setCoordinationType(String coordinationType)CacheCache. setDatabaseChangeNotificationType(String databaseChangeNotificationType)CacheCache. setDisableHits(Boolean disableHits)CacheCache. setExpiry(Integer expiry)CacheCache. setIsolation(String isolation)CacheCache. setRefreshOnlyIfNewer(Boolean refreshOnlyIfNewer)CacheCache. setSize(Integer size)CacheCache. setType(String type)
-