Uses of Class
org.eclipse.persistence.mappings.querykeys.QueryKey
Packages that use QueryKey
Package
Description
-
Uses of QueryKey in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type QueryKeyMethods in org.eclipse.persistence.descriptors that return QueryKeyModifier and TypeMethodDescriptionClassDescriptor.getQueryKeyNamed(String queryKeyName) INTERNAL: Return the query key with the specified nameMethods in org.eclipse.persistence.descriptors that return types with arguments of type QueryKeyMethods in org.eclipse.persistence.descriptors with parameters of type QueryKeyModifier and TypeMethodDescriptionvoidClassDescriptor.addQueryKey(QueryKey queryKey) PUBLIC: Add a query key to the descriptor.Method parameters in org.eclipse.persistence.descriptors with type arguments of type QueryKeyModifier and TypeMethodDescriptionvoidClassDescriptor.setQueryKeys(Map<String, QueryKey> queryKeys) INTERNAL: Set the query keys. -
Uses of QueryKey in org.eclipse.persistence.internal.expressions
Fields in org.eclipse.persistence.internal.expressions declared as QueryKeyModifier and TypeFieldDescriptionprotected QueryKeyQueryKeyExpression.queryKeyCache the query key for performance.Methods in org.eclipse.persistence.internal.expressions that return QueryKeyModifier and TypeMethodDescriptionprotected QueryKeyFunctionExpression.getLeafQueryKeyFor(DatabaseQuery query, Expression expression, ClassDescriptor rootDescriptor, AbstractSession session) INTERNAL: Lookup the query key for this item.DataExpression.getQueryKeyOrNull()FromAliasExpression.getQueryKeyOrNull()INTERNAL: If a descriptor cannot be found, then return null.ManualQueryKeyExpression.getQueryKeyOrNull()MapEntryExpression.getQueryKeyOrNull()QueryKeyExpression.getQueryKeyOrNull() -
Uses of QueryKey in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type QueryKey -
Uses of QueryKey in org.eclipse.persistence.internal.jpa.parsing
Methods in org.eclipse.persistence.internal.jpa.parsing that return QueryKeyModifier and TypeMethodDescriptionTypeHelper.resolveQueryKey(Object ownerClass, String attribute) Returns a query key associated with the name of the attributeTypeHelperImpl.resolveQueryKey(Object ownerClass, String attribute) -
Uses of QueryKey in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return QueryKeyModifier and TypeMethodDescriptionInterfaceContainerPolicy.createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map key InterfaceContainerPolicy does not support maps, so this method will return null subclasses will extend this method.MapContainerPolicy.createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map key.MappedKeyMapContainerPolicy.createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map key. -
Uses of QueryKey in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return QueryKeyModifier and TypeMethodDescriptionAggregateObjectMapping.createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map keyOneToOneMapping.createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map key -
Uses of QueryKey in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation that return QueryKeyModifier and TypeMethodDescriptionAbstractDirectMapping.createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map key.MapKeyMapping.createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map key -
Uses of QueryKey in org.eclipse.persistence.mappings.querykeys
Subclasses of QueryKey in org.eclipse.persistence.mappings.querykeysModifier and TypeClassDescriptionclassPurpose:Represents a direct collection join query.classPurpose: Define an alias to a database field.classPurpose: Define an alias to a foreign object.classPurpose:Represents a m-m join query.classPurpose:Represents a 1-m join query.classPurpose: Define an alias to a foreign one to one object. -
Uses of QueryKey in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type QueryKeyModifier and TypeMethodDescriptionprotected voidProjectClassGenerator.addQueryKeyLines(NonreflectiveMethodDefinition method, QueryKey queryKey)