Uses of Class
org.eclipse.persistence.mappings.querykeys.QueryKey
-
-
Uses of QueryKey in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type QueryKey Modifier and Type Field Description protected Map<String,QueryKey>ClassDescriptor. queryKeysMethods in org.eclipse.persistence.descriptors that return QueryKey Modifier and Type Method Description QueryKeyClassDescriptor. getQueryKeyNamed(String queryKeyName)INTERNAL: Return the query key with the specified nameMethods in org.eclipse.persistence.descriptors that return types with arguments of type QueryKey Modifier and Type Method Description Map<String,QueryKey>ClassDescriptor. getQueryKeys()PUBLIC: Return the query keys.Methods in org.eclipse.persistence.descriptors with parameters of type QueryKey Modifier and Type Method Description voidClassDescriptor. addQueryKey(QueryKey queryKey)PUBLIC: Add a query key to the descriptor.Method parameters in org.eclipse.persistence.descriptors with type arguments of type QueryKey Modifier and Type Method Description voidClassDescriptor. 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 QueryKey Modifier and Type Field Description protected QueryKeyQueryKeyExpression. queryKeyCache the query key for performance.Methods in org.eclipse.persistence.internal.expressions that return QueryKey Modifier and Type Method Description protected QueryKeyFunctionExpression. getLeafQueryKeyFor(DatabaseQuery query, Expression expression, ClassDescriptor rootDescriptor, AbstractSession session)INTERNAL: Lookup the query key for this item.QueryKeyDataExpression. getQueryKeyOrNull()QueryKeyFromAliasExpression. getQueryKeyOrNull()INTERNAL: If a descriptor cannot be found, then return null.QueryKeyManualQueryKeyExpression. getQueryKeyOrNull()QueryKeyMapEntryExpression. getQueryKeyOrNull()QueryKeyQueryKeyExpression. getQueryKeyOrNull() -
Uses of QueryKey in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type QueryKey Modifier and Type Field Description static Class<QueryKey>ClassConstants. QueryKey_Class -
Uses of QueryKey in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return QueryKey Modifier and Type Method Description QueryKeyInterfaceContainerPolicy. 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.QueryKeyMapContainerPolicy. createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map key.QueryKeyMappedKeyMapContainerPolicy. 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 QueryKey Modifier and Type Method Description QueryKeyAggregateObjectMapping. createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map keyQueryKeyOneToOneMapping. 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 QueryKey Modifier and Type Method Description QueryKeyAbstractDirectMapping. createQueryKeyForMapKey()INTERNAL: Create a query key that links to the map key.QueryKeyMapKeyMapping. 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.querykeys Modifier and Type Class Description classDirectCollectionQueryKeyPurpose:Represents a direct collection join query.classDirectQueryKeyPurpose: Define an alias to a database field.classForeignReferenceQueryKeyPurpose: Define an alias to a foreign object.classManyToManyQueryKeyPurpose:Represents a m-m join query.classOneToManyQueryKeyPurpose:Represents a 1-m join query.classOneToOneQueryKeyPurpose: 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 QueryKey Modifier and Type Method Description protected voidProjectClassGenerator. addQueryKeyLines(NonreflectiveMethodDefinition method, QueryKey queryKey)
-