| 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 DataGraphMapping |
GraphRow.graphConfig |
| Modifier and Type | Method and Description |
|---|---|
DataGraphMapping |
RowState.getDataGraph() |
DataGraphMapping |
GraphRow.getDataGraph() |
| Modifier and Type | Field and Description |
|---|---|
protected DataGraphMapping |
KeyFieldMapping.dataGraph |
| Modifier and Type | Method and Description |
|---|---|
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.
|
DataGraphMapping |
DataRowKeyFieldMapping.getDataGraph() |
DataGraphMapping |
ConstantRowKeyFieldMapping.getDataGraph() |
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.
|
| Constructor and Description |
|---|
ColumnKeyFieldMapping(DataGraphMapping dataGraph,
ColumnKeyField field,
int seqNum,
int totalFields) |
ConstantRowKeyFieldMapping(DataGraphMapping dataGraph,
ConstantField constantField,
int sequenceNum,
int totalFields) |
DataRowKeyFieldMapping(DataGraphMapping dataGraph,
DataField dataField,
int sequenceNum,
int totalFields) |
KeyFieldMapping(DataGraphMapping dataGraph,
KeyField field,
int sequenceNum,
int totalFields) |
MetaKeyFieldMapping(DataGraphMapping dataGraph,
MetaField field,
int seqNum,
int totalFields) |
Copyright © 2024. All Rights Reserved.