Uses of Class
com.force.sdk.jpa.table.ColumnImpl

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

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

Methods in com.force.sdk.jpa.query with parameters of type ColumnImpl
 void ExpressionBuilderHelper.appendRelationship(org.datanucleus.metadata.AbstractClassMetaData colCmd, int fieldNum, ColumnImpl col, String prefix, boolean isQuery)
          Appends a relationship via a join to this query builder.
 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.
 

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

Subclasses of ColumnImpl in com.force.sdk.jpa.table
 class RelationshipImpl
          Representation of a collection of related objects on a Force.com object.
 

Methods in com.force.sdk.jpa.table that return ColumnImpl
 ColumnImpl TableImpl.getColumnAt(org.datanucleus.metadata.AbstractClassMetaData acmd, int fieldNumber)
          Retrieve a Force.com column from the given JPA class metadata at the given field position.
 ColumnImpl TableImpl.getColumnAt(int columnIndex)
          Retrieves a Force.com column at the given index.
 ColumnImpl TableImpl.getColumnByForceApiName(String columnName)
          Retrieves a Force.com column with a fully qualified Force.com API name.
 ColumnImpl TableImpl.getColumnByJavaName(String columnName)
          Retrieves a Force.com column with a Java field name.
 ColumnImpl TableImpl.getColumnFor(org.datanucleus.metadata.AbstractClassMetaData acmd, org.datanucleus.metadata.AbstractMemberMetaData ammd)
          Retrieve a Force.com column with the given JPA field metadata.
 ColumnImpl TableImpl.getExternalIdColumn()
           
 

Methods in com.force.sdk.jpa.table that return types with arguments of type ColumnImpl
 List<ColumnImpl> TableImpl.getColumnsFor(org.datanucleus.metadata.AbstractClassMetaData acmd, org.datanucleus.metadata.AbstractMemberMetaData ammd, ForceStoreManager storeManager, List<ColumnImpl> columns)
          Retrieve a list of Force.com columns with the given JPA field metadata.
 List<ColumnImpl> TableImpl.getListOfColumns()
           
 

Methods in com.force.sdk.jpa.table with parameters of type ColumnImpl
 void TableImpl.registerJavaColumn(String javaFieldName, ColumnImpl column)
          Register a column impl (with specific Force.com attributes, like the API name) under its field or property name in java.
 

Method parameters in com.force.sdk.jpa.table with type arguments of type ColumnImpl
 List<ColumnImpl> TableImpl.getColumnsFor(org.datanucleus.metadata.AbstractClassMetaData acmd, org.datanucleus.metadata.AbstractMemberMetaData ammd, ForceStoreManager storeManager, List<ColumnImpl> columns)
          Retrieve a list of Force.com columns with the given JPA field metadata.
 



Copyright © 2011. All Rights Reserved.