Uses of Class
org.eclipse.persistence.internal.helper.ConcurrentFixedCache
-
Packages that use ConcurrentFixedCache Package Description org.eclipse.persistence.descriptors org.eclipse.persistence.sessions -
-
Uses of ConcurrentFixedCache in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as ConcurrentFixedCache Modifier and Type Field Description protected 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 ConcurrentFixedCache Modifier and Type Field Description protected ConcurrentFixedCacheProject. jpqlParseCachePERF: Provide an JPQL parse cache to optimize dynamic JPQL.Methods in org.eclipse.persistence.sessions that return ConcurrentFixedCache Modifier and Type Method Description ConcurrentFixedCacheProject. getJPQLParseCache()INTERNAL: Return the JPQL parse cache.Methods in org.eclipse.persistence.sessions with parameters of type ConcurrentFixedCache Modifier and Type Method Description protected voidProject. setJPQLParseCache(ConcurrentFixedCache jpqlParseCache)INTERNAL: Set the JPQL parse cache.
-