Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Packages that use JoinStateObject 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 JoinStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as JoinStateObject Modifier and Type Field Description protected JoinStateObjectBasicStateObjectBuilder.JoinBuilder. stateObjectMethods in org.eclipse.persistence.jpa.jpql.tools.model that return JoinStateObject Modifier and Type Method Description JoinStateObjectBasicStateObjectBuilder.JoinBuilder. buildStateObject(AbstractIdentificationVariableDeclarationStateObject parent, Expression expression)Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type JoinStateObject Modifier and Type Method Description protected IBuilder<JoinStateObject,AbstractIdentificationVariableDeclarationStateObject>BasicStateObjectBuilder. buildJoinBuilder()protected IBuilder<JoinStateObject,AbstractIdentificationVariableDeclarationStateObject>BasicStateObjectBuilder. getJoinBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type JoinStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(JoinStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(JoinStateObject stateObject) -
Uses of JoinStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return JoinStateObject Modifier and Type Method Description JoinStateObjectJoinStateObject. addAs()Makes sure theASidentifier is specified.JoinStateObjectAbstractIdentificationVariableDeclarationStateObject. addInnerJoin(String path, String identificationVariable)Adds a newINNER JOINexpression to this declaration.JoinStateObjectIdentificationVariableDeclarationStateObject. addInnerJoinFetch(String path)Adds a newINNER JOIN FETCHexpression to this declaration.JoinStateObjectAbstractIdentificationVariableDeclarationStateObject. addJoin(String joinType)Adds a newJOINexpression to this declaration.JoinStateObjectAbstractIdentificationVariableDeclarationStateObject. addJoin(String path, String identificationVariable)Adds a newJOINexpression to this declaration.JoinStateObjectAbstractIdentificationVariableDeclarationStateObject. addJoin(String joinType, String path, String identificationVariable)Adds a newJOINexpression to this declaration.JoinStateObjectAbstractIdentificationVariableDeclarationStateObject. addJoin(String joinType, ListIterator<String> paths, String identificationVariable)Adds a newJOINexpression to this declaration.JoinStateObjectIdentificationVariableDeclarationStateObject. addJoinFetch(String path)Adds a newJOIN FETCHexpression to this declaration.JoinStateObjectIdentificationVariableDeclarationStateObject. addJoinFetch(String joinFetchType, String path)Adds a newJOIN FETCHexpression to this declaration.JoinStateObjectIdentificationVariableDeclarationStateObject. addJoinFetch(String joinFetchType, ListIterator<String> paths)Adds a newJOIN FETCHexpression to this declaration.JoinStateObjectIdentificationVariableDeclarationStateObject. addJoinFetchType(String joinFetchType)Adds a newJOIN FETCHexpression to this declaration.JoinStateObjectAbstractIdentificationVariableDeclarationStateObject. addLeftJoin(String path, String identificationVariable)Adds a newLEFT JOINexpression to this declaration.JoinStateObjectIdentificationVariableDeclarationStateObject. addLeftJoinFetch(String path)Adds a newLEFT JOIN FETCHexpression to this declaration.JoinStateObjectAbstractIdentificationVariableDeclarationStateObject. addLeftOuterJoin(String path, String identificationVariable)Adds a newLEFT OUTER JOINexpression to this declaration.JoinStateObjectIdentificationVariableDeclarationStateObject. addLeftOuterJoinFetch(String path)Adds a newLEFT OUTER JOIN FETCHexpression to this declaration.JoinStateObjectTreatExpressionStateObject. getJoin()Returns the reference of theJoinStateObject.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return types with arguments of type JoinStateObject Modifier and Type Method Description ListIterable<JoinStateObject>DerivedPathIdentificationVariableDeclarationStateObject. items()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type JoinStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(JoinStateObject stateObject)voidAnonymousStateObjectVisitor. visit(JoinStateObject stateObject)voidStateObjectVisitor. visit(JoinStateObject stateObject)Visits the givenJoinStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type JoinStateObject Constructor Description TreatExpressionStateObject(JoinStateObject parent)Creates a newTreatExpressionStateObject.TreatExpressionStateObject(JoinStateObject parent, boolean as, String entityTypeName)Creates a newTreatExpressionStateObject.TreatExpressionStateObject(JoinStateObject parent, String entityTypeName)Creates a newTreatExpressionStateObject.
-