Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Packages that use CollectionMemberDeclarationStateObject 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 CollectionMemberDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as CollectionMemberDeclarationStateObject Modifier and Type Field Description protected CollectionMemberDeclarationStateObjectBasicStateObjectBuilder.CollectionMemberDeclarationBuilder. stateObjectMethods in org.eclipse.persistence.jpa.jpql.tools.model that return CollectionMemberDeclarationStateObject Modifier and Type Method Description CollectionMemberDeclarationStateObjectBasicStateObjectBuilder.CollectionMemberDeclarationBuilder. buildStateObject(AbstractFromClauseStateObject parent, Expression expression)Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type CollectionMemberDeclarationStateObject Modifier and Type Method Description protected IBuilder<CollectionMemberDeclarationStateObject,AbstractFromClauseStateObject>BasicStateObjectBuilder. buildCollectionDeclarationBuilder()protected IBuilder<CollectionMemberDeclarationStateObject,AbstractFromClauseStateObject>BasicStateObjectBuilder. getCollectionDeclarationBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type CollectionMemberDeclarationStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(CollectionMemberDeclarationStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(CollectionMemberDeclarationStateObject stateObject) -
Uses of CollectionMemberDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return CollectionMemberDeclarationStateObject Modifier and Type Method Description CollectionMemberDeclarationStateObjectCollectionMemberDeclarationStateObject. addAs()Makes sure theASidentifier is specified.CollectionMemberDeclarationStateObjectAbstractFromClauseStateObject. addCollectionDeclaration()Adds a new collection declaration to theFROMclause.CollectionMemberDeclarationStateObjectAbstractFromClauseStateObject. addCollectionDeclaration(String collectionValuedPath, String identificationVariable)Adds a new collection declaration to theFROMclause.CollectionMemberDeclarationStateObjectAbstractSelectStatementStateObject. addCollectionDeclaration()Adds a new collection declaration to theFROMclause.CollectionMemberDeclarationStateObjectAbstractSelectStatementStateObject. addCollectionDeclaration(String collectionValuedPath, String identificationVariable)Adds a new collection declaration to theFROMclause.CollectionMemberDeclarationStateObjectSimpleFromClauseStateObject. addDerivedCollectionDeclaration()Adds a new derived collection declaration to theFROMclause.CollectionMemberDeclarationStateObjectSimpleFromClauseStateObject. addDerivedCollectionDeclaration(String collectionValuedPath)Adds a new derived collection declaration to theFROMclause.CollectionMemberDeclarationStateObjectSimpleSelectStatementStateObject. addDerivedCollectionDeclaration()Adds a new derived collection declaration to theFROMclause.CollectionMemberDeclarationStateObjectSimpleSelectStatementStateObject. addDerivedCollectionDeclaration(String collectionValuedPath)Adds a new derived collection declaration to theFROMclause.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type CollectionMemberDeclarationStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(CollectionMemberDeclarationStateObject stateObject)voidAnonymousStateObjectVisitor. visit(CollectionMemberDeclarationStateObject stateObject)voidStateObjectVisitor. visit(CollectionMemberDeclarationStateObject stateObject)Visits the givenCollectionMemberDeclarationStateObject.
-