Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Packages that use SimpleStateObject Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of SimpleStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type SimpleStateObject Modifier and Type Method Description protected voidAbstractActualJPQLQueryFormatter. toStringSimpleStateObject(SimpleStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringSimpleStateObject(SimpleStateObject stateObject) -
Uses of SimpleStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of SimpleStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classAbstractSchemaNameStateObjectAn abstract schema name designates the abstract schema type over which the query ranges.classBadExpressionStateObjectThis wraps an invalid portion of the JPQL query that could not be parsed.classDateTimeStateObjectThisDateTimeStateObjectrepresents a date or time.classEntityTypeLiteralStateObjectThisStateObjectwraps the name of an entity type.classEnumTypeStateObjectThisStateObjectwraps the name of anEnumconstant.classIdentificationVariableStateObjectThis state object represents a single identification variable, which is identifying TODO.classInputParameterStateObjectEither positional or named parameters may be used.classKeywordExpressionStateObjectThe expression representing some keywords:TRUE,FALSEorNULL.classNumericLiteralStateObjectExact numeric literals support the use of Java integer literal syntax as well as SQL exact numeric literal syntax.classStringLiteralStateObjectA string literal is enclosed in single quotes.classUnknownExpressionStateObjectThisStateObjectholds onto an unknown portion of a JPQL query that could not be parsed.
-