Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Packages that use AbstractTripleEncapsulatedExpressionStateObject 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 AbstractTripleEncapsulatedExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractTripleEncapsulatedExpressionStateObject Modifier and Type Method Description protected voidAbstractActualJPQLQueryFormatter. toStringTripleEncapsulated(AbstractTripleEncapsulatedExpressionStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringTripleEncapsulated(AbstractTripleEncapsulatedExpressionStateObject stateObject) -
Uses of AbstractTripleEncapsulatedExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractTripleEncapsulatedExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classLocateExpressionStateObjectTheLOCATEfunction returns the position of a given string within a string, starting the search at a specified position.classSubstringExpressionStateObjectThe second and third arguments of theSUBSTRINGfunction denote the starting position and length of the substring to be returned.
-