Uses of Class
org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
-
Packages that use InMemoryQueryIndirectionPolicy Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.queries org.eclipse.persistence.sessions -
-
Uses of InMemoryQueryIndirectionPolicy in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type InMemoryQueryIndirectionPolicy Modifier and Type Method Description VectorIdentityMapAccessor. getAllFromIdentityMap(Expression selectionCriteria, Class<?> theClass, DataRecord translationRow, InMemoryQueryIndirectionPolicy valueHolderPolicy)ADVANCED: Query the cache in-memory.VectorIdentityMapAccessor. getAllFromIdentityMap(Expression selectionCriteria, Class<?> theClass, DataRecord translationRow, InMemoryQueryIndirectionPolicy valueHolderPolicy, boolean shouldReturnInvalidatedObjects)ADVANCED: Query the cache in-memory.ObjectIdentityMapAccessor. getFromIdentityMap(Expression selectionCriteria, Class<?> theClass, DataRecord translationRow, InMemoryQueryIndirectionPolicy valueHolderPolicy)ADVANCED: Query the cache in-memory. -
Uses of InMemoryQueryIndirectionPolicy in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries that return InMemoryQueryIndirectionPolicy Modifier and Type Method Description InMemoryQueryIndirectionPolicyObjectLevelReadQuery. getInMemoryQueryIndirectionPolicy()PUBLIC: Returns the InMemoryQueryIndirectionPolicy for this queryMethods in org.eclipse.persistence.queries with parameters of type InMemoryQueryIndirectionPolicy Modifier and Type Method Description voidObjectLevelReadQuery. setInMemoryQueryIndirectionPolicy(InMemoryQueryIndirectionPolicy inMemoryQueryIndirectionPolicy)PUBLIC: Set the InMemoryQueryIndirectionPolicy for this query. -
Uses of InMemoryQueryIndirectionPolicy in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type InMemoryQueryIndirectionPolicy Modifier and Type Method Description VectorIdentityMapAccessor. getAllFromIdentityMap(Expression selectionCriteria, Class<?> theClass, DataRecord translationRow, InMemoryQueryIndirectionPolicy valueHolderPolicy)ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.VectorIdentityMapAccessor. getAllFromIdentityMap(Expression selectionCriteria, Class<?> theClass, DataRecord translationRow, InMemoryQueryIndirectionPolicy valueHolderPolicy, boolean shouldReturnInvalidatedObjects)ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.ObjectIdentityMapAccessor. getFromIdentityMap(Expression selectionCriteria, Class<?> theClass, DataRecord translationRow, InMemoryQueryIndirectionPolicy valueHolderPolicy)ADVANCED: Queries the cache in-memory and returns an Object from this identity map.
-