Uses of Class
org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Packages that use ConcurrentFixedCache
-
Uses of ConcurrentFixedCache in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as ConcurrentFixedCacheModifier and TypeFieldDescriptionprotected ConcurrentFixedCacheDescriptorQueryManager.cachedExpressionQueriesPERF: Expression query call cache for avoiding regenerated dynamic query SQL.protected ConcurrentFixedCacheDescriptorQueryManager.cachedUpdateCallsPERF: Update call cache for avoiding regenerated update SQL. -
Uses of ConcurrentFixedCache in org.eclipse.persistence.sessions
Fields in org.eclipse.persistence.sessions declared as ConcurrentFixedCacheModifier and TypeFieldDescriptionprotected ConcurrentFixedCacheProject.jpqlParseCachePERF: Provide an JPQL parse cache to optimize dynamic JPQL.Methods in org.eclipse.persistence.sessions that return ConcurrentFixedCacheModifier and TypeMethodDescriptionProject.getJPQLParseCache()INTERNAL: Return the JPQL parse cache.Methods in org.eclipse.persistence.sessions with parameters of type ConcurrentFixedCacheModifier and TypeMethodDescriptionprotected voidProject.setJPQLParseCache(ConcurrentFixedCache jpqlParseCache) INTERNAL: Set the JPQL parse cache.