Uses of Class
com.force.sdk.jpa.ForceManagedConnection

Packages that use ForceManagedConnection
com.force.sdk.jpa   
com.force.sdk.jpa.query   
com.force.sdk.jpa.schema   
com.force.sdk.jpa.table   
 

Uses of ForceManagedConnection in com.force.sdk.jpa
 

Methods in com.force.sdk.jpa that return ForceManagedConnection
 ForceManagedConnection ForceStoreManager.createConnection()
          creates a ForceManagedConnection for connection to Force.com.
 

Methods in com.force.sdk.jpa with parameters of type ForceManagedConnection
 TableImpl ForceStoreManager.addTable(org.datanucleus.metadata.AbstractClassMetaData acmd, ForceManagedConnection mconn)
          register a table with the schema handler.
 

Constructors in com.force.sdk.jpa with parameters of type ForceManagedConnection
ForceFetchFieldManager(org.datanucleus.store.ExecutionContext ec, org.datanucleus.metadata.AbstractClassMetaData acmd, ForceStoreManager storeManager, ForceManagedConnection mconn, com.sforce.ws.bind.XmlObject sobject, org.datanucleus.store.query.Query query)
          Instantiate a fetch field manager with an sobject and execution context.
ForceFetchFieldManager(org.datanucleus.store.ObjectProvider objectProvider, ForceStoreManager storeManager, ForceManagedConnection mconn, Object pkValue, int[] fieldNumbers, org.datanucleus.store.query.Query query)
          Create a manager that will retrieve the specified field values of a particular entity with a known id.
ForceFetchFieldManager(org.datanucleus.store.ObjectProvider objectProvider, ForceStoreManager storeManager, ForceManagedConnection mconn, com.sforce.ws.bind.XmlObject sobject, org.datanucleus.store.query.Query query)
          Instantiate a fetch field manager with an sobject.
 

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

Methods in com.force.sdk.jpa.query with parameters of type ForceManagedConnection
static org.datanucleus.store.FieldValues2 ForceQueryUtils.getFieldValues2(org.datanucleus.metadata.AbstractClassMetaData acmd, int[] fieldsToLoad, ForceManagedConnection mconn, ForceStoreManager storeManager, com.sforce.ws.bind.XmlObject sobject, org.datanucleus.store.query.Query query)
          Constructs the proper interface for fetching fields on sobjects.
 Object ResultMetaDataROF.getObject(org.datanucleus.store.ExecutionContext ec, ForceManagedConnection mconn, org.datanucleus.store.query.AbstractJavaQuery query, com.sforce.soap.partner.sobject.SObject sobject)
           
 

Constructors in com.force.sdk.jpa.query with parameters of type ForceManagedConnection
ForceQueryUtils(org.datanucleus.store.ExecutionContext ec, ForceManagedConnection mconn, org.datanucleus.store.query.AbstractJavaQuery query, Map<Object,Object> parameters, Map<String,QueryListener> listeners, Map<String,Object> hints)
          Create the query util for a specific query.
 

Uses of ForceManagedConnection in com.force.sdk.jpa.schema
 

Methods in com.force.sdk.jpa.schema with parameters of type ForceManagedConnection
 TableImpl ForceStoreSchemaHandler.addTable(org.datanucleus.metadata.AbstractClassMetaData acmd, ForceManagedConnection conn)
          register a table with the cache, create its TableName and TableImpl.
 void ForceStoreSchemaHandler.cacheDescribeSObjects(Collection<org.datanucleus.metadata.AbstractClassMetaData> classes, ForceManagedConnection mconn)
          makes a describe call for each class in the collection and caches the results.
 void ForceSchemaWriter.write(ForceManagedConnection mconn)
          create the proper deploy zip and make the metadata API call.
 

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

Methods in com.force.sdk.jpa.table with parameters of type ForceManagedConnection
 void ForceTableMetaData.createCustomObject(org.datanucleus.metadata.AbstractClassMetaData cmd, ForceStoreManager storeManager, ForceManagedConnection mconn)
          This method should be called only if it has been determined that table schema should be created (or deleted).
 void TableImpl.createTableAndFields(org.datanucleus.metadata.AbstractClassMetaData cmd, ForceStoreManager storeManager, ForceManagedConnection mconn)
          Create the custom objects and fields for schema creation.
 void ForceTableMetaData.emit(ForceStoreManager storeManager, ForceManagedConnection mconn)
          if a CustomObject needed to be created for this entity, pass it to the schema writer which will store it and then later write all objects and fields at once.
 void TableImpl.refresh(com.sforce.soap.partner.DescribeSObjectResult result, ForceManagedConnection mconn)
          refresh the describe result to verify that objects have been created as we expected.
 

Constructors in com.force.sdk.jpa.table with parameters of type ForceManagedConnection
TableImpl(String defaultNamespace, TableName tableName, com.sforce.soap.partner.DescribeSObjectResult result, ForceManagedConnection mconn)
          Create a TableImpl for an entity.
 



Copyright © 2011. All Rights Reserved.