Uses of Interface
org.eclipse.persistence.jpa.config.Cache
-
Packages that use Cache Package Description org.eclipse.persistence.jpa.config -
-
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)
-