| Package | Description |
|---|---|
| org.cloudgraph.state | |
| org.cloudgraph.store.mapping |
Package level documentation for package org.cloudgraph.store.mapping
|
| Modifier and Type | Field and Description |
|---|---|
protected TableMapping |
GraphTable.tableConfig |
| Modifier and Type | Method and Description |
|---|---|
TableMapping |
TableState.getTableConfig()
Returns the table configuration for this context.
|
TableMapping |
GraphTable.getTableConfig() |
| Constructor and Description |
|---|
GraphTable(TableMapping table,
StoreMappingContext mappingContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicTableMapping |
class |
StaticTableMapping |
| Modifier and Type | Method and Description |
|---|---|
TableMapping |
StoreMapping.findTable(QName typeName,
StoreMappingContext context) |
TableMapping |
MappingConfiguration.findTable(QName typeName,
StoreMappingContext context)
Returns a table configuration for the given qualified SDO Type name or null
if not found.
|
TableMapping |
StoreMapping.findTable(commonj.sdo.Type type,
StoreMappingContext context) |
TableMapping |
MappingConfiguration.findTable(commonj.sdo.Type type,
StoreMappingContext context)
Returns a table configuration for the given SDO Type or null if not found.
|
TableMapping |
StoreMapping.findTableByQualifiedLogicalName(String qualifiedLogicaltableName,
StoreMappingContext context) |
TableMapping |
MappingConfiguration.findTableByQualifiedLogicalName(String tableName,
StoreMappingContext context)
Returns a table configuration based on the given table name.
|
TableMapping |
DataGraphMapping.getTable()
Returns the configured table for this data graph config.
|
TableMapping |
StoreMapping.getTable(QName typeName,
StoreMappingContext context) |
TableMapping |
MappingConfiguration.getTable(QName typeName,
StoreMappingContext context)
Returns a table configuration for the given qualified SDO Type name.
|
TableMapping |
StoreMapping.getTable(commonj.sdo.Type type,
StoreMappingContext context) |
TableMapping |
MappingConfiguration.getTable(commonj.sdo.Type type,
StoreMappingContext context)
Returns a table configuration for the given SDO Type.
|
TableMapping |
StoreMapping.getTableByQualifiedLogicalName(String qualifiedLogicalTableName,
StoreMappingContext context) |
TableMapping |
MappingConfiguration.getTableByQualifiedLogicalName(String qualifiedTableName,
StoreMappingContext context)
Returns a table mapping based on the given table name.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableMapping> |
StoreMapping.getDynamicTables(StoreMappingContext context) |
List<TableMapping> |
MappingConfiguration.getDynamicTables(StoreMappingContext context)
Returns all tables dynamically defined, that is those tables defined
dynamically at runtime
|
List<TableMapping> |
StoreMapping.getStaticTables(StoreMappingContext context) |
List<TableMapping> |
MappingConfiguration.getStaticTables(StoreMappingContext context)
Returns all tables not dynamically defined, that is those tables defined
within a static mapping resource / file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreMapping.addTable(TableMapping tableConfig) |
void |
MappingConfiguration.addTable(TableMapping table)
Adds the given configuration
|
void |
StoreMapping.addTableIfNotExists(TableMapping tableConfig) |
void |
MappingConfiguration.addTableIfNotExists(TableMapping table)
Adds the given configuration if not already exists
|
void |
StoreMapping.removeTable(TableMapping tableConfig) |
void |
MappingConfiguration.removeTable(TableMapping table)
Adds the given configuration
|
void |
StoreMapping.removeTableIfExists(TableMapping tableConfig) |
void |
MappingConfiguration.removeTableIfExists(TableMapping table)
Adds the given configuration if exists
|
| Constructor and Description |
|---|
DataGraphMapping(DataGraph graph,
TableMapping table) |
Copyright © 2024. All Rights Reserved.