|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableName | |
|---|---|
| com.force.sdk.jpa.table | |
| Uses of TableName in com.force.sdk.jpa.table |
|---|
| Methods in com.force.sdk.jpa.table that return TableName | |
|---|---|
static TableName |
TableName.createTableName(String namespace,
org.datanucleus.metadata.AbstractClassMetaData acmd)
creates a TableName object with all the components necessary for Force.com API access, including the name of the object, the namespace, and the suffix if needed. |
TableName |
TableImpl.getTableName()
|
| Constructors in com.force.sdk.jpa.table with parameters of type TableName | |
|---|---|
TableImpl(String defaultNamespace,
TableName tableName,
com.sforce.soap.partner.DescribeSObjectResult result,
ForceManagedConnection mconn)
Create a TableImpl for an entity. |
|
TableImpl(TableName tableName,
org.datanucleus.metadata.AbstractClassMetaData acmd)
Constructor used for virtual schema (aka tables that aren't actually backed by an object, like Owner). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||