|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableImpl | |
---|---|
com.force.sdk.jpa | |
com.force.sdk.jpa.query | |
com.force.sdk.jpa.schema | |
com.force.sdk.jpa.table |
Uses of TableImpl in com.force.sdk.jpa |
---|
Methods in com.force.sdk.jpa that return TableImpl | |
---|---|
TableImpl |
ForceStoreManager.addTable(org.datanucleus.metadata.AbstractClassMetaData acmd,
ForceManagedConnection mconn)
register a table with the schema handler. |
TableImpl |
ForceStoreManager.addVirtualTable(org.datanucleus.metadata.AbstractClassMetaData acmd)
register a virtual table with the schema handler (a table not backed by an actual object but is still needed for JPA queries, e.g. |
TableImpl |
ForceStoreManager.getTable(org.datanucleus.metadata.AbstractClassMetaData acmd)
Retrieves Force.com table information from JPA class metadata. |
Uses of TableImpl in com.force.sdk.jpa.query |
---|
Methods in com.force.sdk.jpa.query with parameters of type TableImpl | |
---|---|
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. |
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,
String tableName)
Build a query for fetching multiple top level objects. |
String |
ForceQueryUtils.buildQueryWithPK(TableImpl table,
org.datanucleus.metadata.AbstractClassMetaData acmd,
int[] fieldNumbers,
String pkValue,
int fetchDepth)
This is used for single item fetch by ID. |
Uses of TableImpl in com.force.sdk.jpa.schema |
---|
Methods in com.force.sdk.jpa.schema that return TableImpl | |
---|---|
TableImpl |
ForceStoreSchemaHandler.addTable(org.datanucleus.metadata.AbstractClassMetaData acmd,
ForceManagedConnection conn)
register a table with the cache, create its TableName and TableImpl. |
TableImpl |
ForceStoreSchemaHandler.addVirtualTable(org.datanucleus.metadata.AbstractClassMetaData acmd)
register a virtual table (a table not backed by an actual object in Force.com, like owner). |
TableImpl |
ForceStoreSchemaHandler.getTable(org.datanucleus.metadata.AbstractClassMetaData acmd)
get the table impl for a particular entity from the cache. |
TableImpl |
ForceStoreSchemaHandler.getTable(String objName)
get the table impl for a particular entity name from the cache. |
Uses of TableImpl in com.force.sdk.jpa.table |
---|
Fields in com.force.sdk.jpa.table declared as TableImpl | |
---|---|
protected TableImpl |
ForceMetaData.tableImpl
|
Methods in com.force.sdk.jpa.table that return TableImpl | |
---|---|
TableImpl |
ForceMetaData.getTableImpl()
|
Constructors in com.force.sdk.jpa.table with parameters of type TableImpl | |
---|---|
ForceColumnMetaData(org.datanucleus.metadata.AbstractClassMetaData cmd,
TableImpl table,
ForceStoreManager storeManager)
Create the column metadata for field registration and possible schema creation. |
|
ForceMetaData(org.datanucleus.metadata.AbstractClassMetaData cmd,
TableImpl tableImpl)
Create a metadata object so we can cache information about an entity. |
|
ForceTableMetaData(org.datanucleus.metadata.AbstractClassMetaData cmd,
TableImpl tableImpl)
Create the metadata for an object in Force.com. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |