Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.eclipse.persistence.jpa.jpql.tools.model.query Classes and Interfaces - 121 results found.
NameDescriptionTypePackageFramework
AbsExpressionStateObjectThe ABS function removes the minus sign from a specified argument and returns the absolute value, which is always a positive number or zero.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractConditionalClauseStateObjectConditional expressions are composed of other conditional expressions, comparison operations, logical operations, path expressions that evaluate to boolean values, boolean literals, andClassorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractDoubleEncapsulatedExpressionStateObjectThis StateObject represents a JPQL expression that has a JPQL identifier followed by two an encapsulated expression with parenthesis, the two expression are separated by a comma.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractEclipseLinkStateObjectVisitorThe abstract definition of EclipseLinkStateObjectVisitor, which implements all the methods but does nothing.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractEclipseLinkTraverseChildrenVisitorThis StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractEclipseLinkTraverseParentVisitorThis StateObjectVisitor traverses up the hierarchy.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractEncapsulatedExpressionStateObjectThis expression handles parsing the identifier followed by an expression encapsulated within BNF: expression ::= (expression)Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractFromClauseStateObjectThis state object represents the abstract definition of a FROM clause, which is either the FROM clause of the query or of a sub-query expression.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractIdentificationVariableDeclarationStateObjectClassorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractListHolderStateObjectThe abstraction definition of a StateObject that holds onto a list of children, the methods defined in ListHolderStateObject are automatically handled here.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractModifyClauseStateObjectClassorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractModifyStatementStateObjectThe abstract definition of a modify statement.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractPathExpressionStateObjectAn identification variable followed by the navigation operator (.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractRangeVariableDeclarationStateObjectClassorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractSchemaNameStateObjectAn abstract schema name designates the abstract schema type over which the query ranges.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractSelectClauseStateObjectThis state object represents the abstract definition of a SELECT clause, which is either the SELECT clause of the top-level query or of a subquery.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractSelectStatementStateObjectThis state object represents the select statement, which has at least a SELECT clause and a FROM clause.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractSingleEncapsulatedExpressionStateObjectThis StateObject represents a JPQL expression that has a JPQL identifier followed by an encapsulated expression with parenthesis.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractStateObjectThe abstract definition of a StateObject.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractStateObjectVisitorThe abstract definition of StateObjectVisitor, which implements all the methods but does nothing.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractTraverseChildrenVisitorThis StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractTraverseParentVisitorThis StateObjectVisitor traverses up the hierarchy.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AbstractTripleEncapsulatedExpressionStateObjectThis state object takes care of parsing an expression that encapsulates three expressions separated by a comma.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AdditionExpressionStateObject BNF: arithmetic_expression ::= arithmetic_expression + arithmetic_termVersion:2.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AndExpressionStateObjectThe AND logical operator chains multiple criteria together.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AnonymousStateObjectVisitorThis visitor allows a subclass to simply override visit(StateObject) and perform the same task for all visited ItateObjects.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AnonynousEclipseLinkStateObjectVisitorThis visitor allows a subclass to simply override AnonymousStateObjectVisitor.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ArithmeticExpressionStateObjectThis expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ArithmeticFactorStateObjectThis state object simply adds a plus or minus sign to the arithmetic primary expression.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
AvgFunctionStateObjectOne of the aggregate functions.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
BadExpressionStateObjectThis wraps an invalid portion of the JPQL query that could not be parsed.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
BetweenExpressionStateObjectUsed in conditional expression to determine whether the result of an expression falls within an inclusive range of values.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
CaseExpressionStateObjectA CASE predicate is used to calculate a condition and when it's true, its THEN expression will be executed.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ChangeSupportThis ChangeSupport is responsible to notifies registered listeners upon changes made to a StateObject, those changes are either a property has changed (IPropertyChangeListener)Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
CoalesceExpressionStateObjectA COALESCE expression returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
CollectionExpressionStateObjectThis StateObject is a temporary object used to store a list of StateObjects.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
CollectionMemberDeclarationStateObjectAn identification variable declared by a collection_member_declaration ranges over values of a collection obtained by navigation using a path expression.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
CollectionMemberExpressionStateObjectThis expression tests whether the designated value is a member of the collection specified by the collection-valued path expression.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
CollectionValuedPathExpressionStateObjectA collection-valued field is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ComparisonExpressionStateObjectOnly the values of like types are permitted to be compared.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
CompoundExpressionStateObjectA compound StateObject has a left and right expressions combined by an identifier.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ConcatExpressionStateObjectThe CONCAT function returns a string that is a concatenation of its arguments.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ConstructorExpressionStateObjectIn the SELECT clause a constructor may be used in the SELECT list to return one or more Java instances.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
CountFunctionStateObjectOne of the aggregate functions.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
DateTimeStateObjectThis DateTimeStateObject represents a date or time.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
DeclarationStateObjectThis defines the declaration portion of a query, which is the FROM clauseVersion:2.Interfaceorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
DeleteClauseStateObjectThis is the DELETE clause of the DELETE statement.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
DeleteStatementStateObjectBulk delete operation apply to entities of a single entity class (together with its subclasses, BNF: delete_statement ::= delete_clause [where_clause]Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
DerivedPathIdentificationVariableDeclarationStateObjectClassorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
DerivedPathVariableDeclarationStateObjectBNF: subselect_identification_variable_declaration ::= derived_path_expression [AS] identification_variable {join}* BNF: derived_path_expression ::= superquery_identification_variable.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
DivisionExpressionStateObject BNF: arithmetic_expression ::= arithmetic_expression / arithmetic_termVersion:2.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
EclipseLinkStateObjectVisitorThe interface is used to traverse the StateObject hierarchy that represents a JPQL query as well as what EclipseLink adds on top of the basic grammar.Interfaceorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
EmptyCollectionComparisonExpressionStateObjectThis expression tests whether or not the collection designated by the collection-valued path expression is empty (i.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
EncapsulatedIdentificationVariableExpressionStateObjectThis object represents an identification variable that is wrapped by a function.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
EntityTypeLiteralStateObjectThis StateObject wraps the name of an entity type.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
EntryExpressionStateObjectThis object represents an identification variable that maps the Map.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
EnumTypeStateObjectThis StateObject wraps the name of an Enum constant.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ExistsExpressionStateObjectAn EXISTS expression is a predicate that is true only if the result of the subquery consists of one or more values and that is false otherwise.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
FromClauseStateObjectThe FROM clause of a query defines the domain of the query by declaring identification variables.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
FunctionExpressionStateObjectClassorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
GroupByClauseStateObjectThe GROUP BY construct enables the aggregation of values according to the properties of an entity class.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
HavingClauseStateObjectThe HAVING construct enables conditions to be specified that further restrict the query result as restrictions upon the groups.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
IdentificationVariableDeclarationStateObjectAn identification variable is a valid identifier declared in the FROM clause of a query.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
IdentificationVariableStateObjectThis state object represents a single identification variable, which is identifying TODO.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
IndexExpressionStateObjectThe INDEX function returns an integer value corresponding to the position of its argument in an ordered list.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
InExpressionStateObjectThe state field path expression must have a string, numeric, or enum value.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
InputParameterStateObjectEither positional or named parameters may be used.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
JoinStateObjectA JOIN enables the fetching of an association as a side effect of the execution of a query.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
JPQLQueryStateObjectThis is the root of the StateObject hierarchy that represents a JPQL query.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
KeyExpressionStateObjectThis object represents an identification variable that maps the keys of a Map.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
KeywordExpressionStateObjectThe expression representing some keywords: TRUE, FALSE or NULL.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
LengthExpressionStateObjectThe LENGTH function returns the length of the string in characters as an integer.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
LikeExpressionStateObjectThe LIKE condition is used to specify a search for a pattern.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ListHolderStateObjectA ListHolderStateObject is a StateObject having a list of children and this gives access to some operation over the list.Interfaceorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
LocateExpressionStateObjectThe LOCATE function returns the position of a given string within a string, starting the search at a specified position.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
LogicalExpressionStateObjectThis expression represents a logical expression, which means the first and second expressions are aggregated with either the AND or the OR operator.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
LowerExpressionStateObjectThe LOWER function converts a string to lower case and it returns a string.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
MaxFunctionStateObjectOne of the aggregate functions.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
MinFunctionStateObjectOne of the aggregate functions.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ModExpressionStateObjectThe modulo operation finds the remainder of division of one number by another.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
MultiplicationExpressionStateObject BNF: arithmetic_expression ::= arithmetic_expression * arithmetic_termVersion:2.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
NotExpressionStateObjectBNF: expression ::= NOT conditional_primaryVersion:2.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
NullComparisonExpressionStateObjectA null comparison tests whether or not the single-valued path expression or input parameter is a BNF: null_comparison_expression ::= {single_valued_path_expression Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
NullIfExpressionStateObjectNULLIF returns the first expression if the two expressions are not equal.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
NumericLiteralStateObjectExact numeric literals support the use of Java integer literal syntax as well as SQL exact numeric literal syntax.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ObjectExpressionStateObjectStand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
OrderByClauseStateObjectThe ORDER BY clause allows the objects or values that are returned by the query to be ordered.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
OrderByItemStateObjectAn ORDER BY item must be one of the following: A state_field_path_expression that evaluates toClassorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
OrExpressionStateObjectThe OR logical operator chains multiple criteria together.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
RangeVariableDeclarationStateObjectRange variable declarations allow the developer to designate a "root" for objects which may not be reachable by navigation.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ResultVariableStateObjectA result variable may be used to name a select item in the query result.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SelectClauseStateObjectThe SELECT statement queries data from entities, which determines the type of the objects or values to be selected.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SelectStatementStateObjectThis state object represents a select statement, which has at least a SELECT clause and a FROM clause.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SimpleFromClauseStateObjectThe FROM clause of a sub-query defines the domain of the sub-query by declaring identification variables.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SimpleSelectClauseStateObjectThe SELECT statement queries data from entities.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SimpleSelectStatementStateObjectThis state object represents a subquery, which has at least a SELECT clause and a FROM clause.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SimpleStateObjectThis StateObject simply holds onto a string.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SizeExpressionStateObjectThe SIZE function returns an integer value, the number of elements of the collection.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SqrtExpressionStateObjectThe SQRT function takes a numeric argument and returns a Double.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
StateFieldPathExpressionStateObjectA single-valued association field is designated by the name of an association-field in a one-to-one or many-to-one relationship.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
StateFieldPathExpressionStateObject .MapManagedTypeClassorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
StateObjectA StateObject is an editable representation of a JPQL query.Interfaceorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
StateObjectProblemInterfaceorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
StateObjectVisitorThe visitor is used to traverse the StateObject hierarchy that represents a JPQL query.Interfaceorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
StringLiteralStateObjectA string literal is enclosed in single quotes.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SubExpressionStateObjectThis expression wraps a sub-expression within parenthesis.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SubstringExpressionStateObjectThe second and third arguments of the SUBSTRING function denote the starting position and length of the substring to be returned.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SubtractionExpressionStateObject BNF: arithmetic_expression ::= arithmetic_expression - arithmetic_termVersion:2.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
SumFunctionStateObjectOne of the aggregate functions.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
TreatExpressionStateObjectReturns an expression that allows to treat its base as if it were a subclass of the class returned by the base.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
TrimExpressionStateObjectThe TRIM function trims the specified character from a string.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
TypeExpressionStateObjectAn entity type expression can be used to restrict query polymorphism.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
UnknownExpressionStateObjectThis StateObject holds onto an unknown portion of a JPQL query that could not be parsed.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
UpdateClauseStateObjectThis is the UPDATE clause of the UPDATE statement.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
UpdateItemStateObjectThe new_value specified for an update operation must be compatible in type with the field to which it is assigned.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
UpdateStatementStateObjectThe UPDATE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
UpperExpressionStateObjectThe UPPER function converts a string to upper case and it returns a string.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
ValueExpressionStateObjectThis object represents an identification variable that maps the values of a Map.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
VariableDeclarationStateObjectThis defines a variable declaration, which has a "root" object and an identification variable.Interfaceorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
WhenClauseStateObjectA WHEN predicate is used to calculate a condition and when it's true, its THEN will be executed.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink
WhereClauseStateObjectThe WHERE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.Classorg.eclipse.persistence.jpa.jpql.tools.model.queryEclipseLink