| 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 StoreMappingContext |
GraphTable.mappingContext |
| Modifier and Type | Method and Description |
|---|---|
StoreMappingContext |
TableState.getMappingContext() |
StoreMappingContext |
GraphTable.getMappingContext() |
| Constructor and Description |
|---|
GraphRow(byte[] rowKey,
commonj.sdo.DataObject rootDataObject,
StoreMappingContext mappingContext) |
GraphTable(TableMapping table,
StoreMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
abstract StoreMappingContext |
TableMapping.getMappingContext() |
StoreMappingContext |
StaticTableMapping.getMappingContext() |
StoreMappingContext |
DynamicTableMapping.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
DynamicTableMapping |
TableMappingFactory.createDynamicTableMapping(Table table,
MappingConfiguration config,
StoreMappingContext context) |
DynamicTableMapping |
DefaultTableMappingFactory.createDynamicTableMapping(Table table,
MappingConfiguration config,
StoreMappingContext context) |
DynamicTableMapping |
TableMappingFactory.createDynamicTableMapping(Table table,
StoreMappingContext context) |
DynamicTableMapping |
DefaultTableMappingFactory.createDynamicTableMapping(Table table,
StoreMappingContext context) |
DataGraphMapping |
StoreMapping.findDataGraph(QName typeName,
StoreMappingContext context) |
DataGraphMapping |
MappingConfiguration.findDataGraph(QName qname,
StoreMappingContext context)
Returns a data graph config for the given qualified SDO Type name or null
of not exists.
|
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.
|
DataGraphMapping |
StoreMapping.getDataGraph(QName typeName,
StoreMappingContext context) |
DataGraphMapping |
MappingConfiguration.getDataGraph(QName qname,
StoreMappingContext context)
Returns a data graph mapping for the given qualified SDO Type name.
|
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.
|
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.
|
static String |
TableMapping.qualifiedLogicalNameFor(QName typeName,
StoreMappingContext context) |
static String |
DataGraphMapping.qualifiedLogicalNameFor(QName typeName,
StoreMappingContext context) |
static String |
DataGraphMapping.qualifiedLogicalNameFor(Table table,
QName typeName,
StoreMappingContext context) |
static String |
TableMapping.qualifiedLogicalNameFor(Table table,
StoreMappingContext context) |
| Constructor and Description |
|---|
DynamicTableMapping(Table table,
MappingConfiguration config,
StoreMappingContext context) |
DynamicTableMapping(Table table,
StoreMappingContext context) |
Copyright © 2024. All Rights Reserved.