Uses of Class
org.eclipse.persistence.internal.expressions.ObjectExpression
-
-
Uses of ObjectExpression in org.eclipse.persistence.expressions
Subclasses of ObjectExpression in org.eclipse.persistence.expressions Modifier and Type Class Description classExpressionBuilderPurpose: Allow for instances of expression to be created. -
Uses of ObjectExpression in org.eclipse.persistence.internal.expressions
Subclasses of ObjectExpression in org.eclipse.persistence.internal.expressions Modifier and Type Class Description classFromAliasExpressionRepresents an alias to a item selected by a from clause sub-select.classManualQueryKeyExpressionThis class represents a "query key" that isn't really there in the descriptors.classMapEntryExpressionclassQueryKeyExpressionRepresents expression on query keys or mappings.classTreatAsExpressionFields in org.eclipse.persistence.internal.expressions declared as ObjectExpression Modifier and Type Field Description protected ObjectExpressionTreatAsExpression. typeExpressionBaseMethods in org.eclipse.persistence.internal.expressions that return ObjectExpression Modifier and Type Method Description ObjectExpressionObjectExpression. getFirstNonAggregateExpressionAfterExpressionBuilder(List aggregateMappingsEncountered)INTERNAL: Parses an expression to return the first non-AggregateObjectMapping expression after the base ExpressionBuilder.Methods in org.eclipse.persistence.internal.expressions with parameters of type ObjectExpression Modifier and Type Method Description voidForUpdateOfClause. addLockedExpression(ObjectExpression expression)IntegerSQLSelectStatement. addOuterJoinExpressionsHolders(ObjectExpression joinExpression, Expression outerJoinedMappingCriteria, Map<DatabaseTable,Expression> outerJoinedAdditionalJoinCriteria, ClassDescriptor descriptor)INTERNAL: Used by ExpressionBuilder and QueryKeyExpression normalization to create a standard outerjoin.Constructors in org.eclipse.persistence.internal.expressions with parameters of type ObjectExpression Constructor Description OuterJoinExpressionHolder(SQLSelectStatement statement, ObjectExpression joinExpression, Expression outerJoinedMappingCriteria, Map<DatabaseTable,Expression> outerJoinedAdditionalJoinCriteria, ClassDescriptor descriptor)TreatAsExpression(Class<?> castClass, ObjectExpression baseExpression) -
Uses of ObjectExpression in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type ObjectExpression Modifier and Type Method Description protected VectorExpressionQueryMechanism. aliasFields(ObjectExpression node, Vector fields)Alias the supplied fields with respect to the expression node.ObjectJoinedAttributeManager. getValueFromObjectForExpression(AbstractSession session, Object clone, ObjectExpression expression)INTERNAL: Helper method to get the value from the clone for the expression passed in, triggering joins on all intermediate steps. -
Uses of ObjectExpression in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type ObjectExpression Modifier and Type Method Description ExpressionCollectionMapping. getJoinCriteria(ObjectExpression context, Expression base)INTERNAL: Returns the join criteria stored in the mapping selection query.ExpressionDirectCollectionMapping. getJoinCriteria(ObjectExpression context, Expression base)INTERNAL: Returns the join criteria stored in the mapping selection query.ExpressionForeignReferenceMapping. getJoinCriteria(ObjectExpression context, Expression base)INTERNAL: Returns the join criteria stored in the mapping selection query.ExpressionManyToManyMapping. getJoinCriteria(ObjectExpression context, Expression base)INTERNAL: Returns the join criteria stored in the mapping selection query. -
Uses of ObjectExpression in org.eclipse.persistence.mappings.structures
Methods in org.eclipse.persistence.mappings.structures with parameters of type ObjectExpression Modifier and Type Method Description ExpressionNestedTableMapping. getJoinCriteria(ObjectExpression context, Expression base)INTERNAL: Join criteria is created to read target records (nested table) from the table.ExpressionReferenceMapping. getJoinCriteria(ObjectExpression context, Expression base)INTERNAL: Join criteria is created to read target records (nested table) from the table.
-