Uses of Class
com.force.sdk.jpa.query.ExpressionBuilderHelper

Packages that use ExpressionBuilderHelper
com.force.sdk.jpa.query   
com.force.sdk.jpa.table   
 

Uses of ExpressionBuilderHelper in com.force.sdk.jpa.query
 

Methods in com.force.sdk.jpa.query with parameters of type ExpressionBuilderHelper
 void ForceQueryUtils.appendRelationshipFields(ExpressionBuilderHelper helper, ColumnImpl col, String prefix)
          Append the fields in the default fetch group for the entity in the relationship to the query.
 void ForceQueryUtils.appendRelationshipQuery(ExpressionBuilderHelper helper, org.datanucleus.metadata.AbstractMemberMetaData ammd, ColumnImpl col)
          helper method to handle joining a relationship field to a query that is currently being built.
 String ForceQueryUtils.buildQuery(TableImpl table, org.datanucleus.metadata.AbstractClassMetaData acmd, Set<Integer> fieldsToLoad, org.datanucleus.query.compiler.QueryCompilation compilation, boolean skipId, long maxLimit, org.datanucleus.FetchPlan fetchPlan, int fetchDepth, String tableName, boolean isTopLevel, boolean isJoin, String joinAlias, ExpressionBuilderHelper parentHelper)
          Build a query for fetching multiple objects, whether top level or part of a join query.
 

Uses of ExpressionBuilderHelper in com.force.sdk.jpa.table
 

Methods in com.force.sdk.jpa.table with parameters of type ExpressionBuilderHelper
protected  void ColumnImpl.appendPrefix(ExpressionBuilderHelper queryHelper, boolean appendComma, String prefix)
          Append a given prefix during the building of a SOQL query -- used for relationships.
 boolean ColumnImpl.appendSelectString(ExpressionBuilderHelper queryHelper, org.datanucleus.metadata.AbstractClassMetaData acmd, int fieldNum, boolean appendComma, String prefix)
          Append an in progress SOQL select string with the right name for this field.
 boolean RelationshipImpl.appendSelectString(ExpressionBuilderHelper queryHelper, org.datanucleus.metadata.AbstractClassMetaData acmd, int fieldNum, boolean appendComma, String prefix)
          appends itself to the select statement of a query.
 



Copyright © 2011. All Rights Reserved.