Module eclipselink

Class IdExpression

All Implemented Interfaces:
Expression

public final class IdExpression extends EncapsulatedIdentificationVariableExpression
The result of an ID function expression is the Entity primary key. Argument must be an identification variable.
BNF: expression ::= ID(identification_variable)
Author:
Radek Felcman