public class MongoDBMetadataProcessor extends Object implements MetadataProcessor<MongoDBConnection>
| Modifier and Type | Field and Description |
|---|---|
static String |
EMBEDDABLE |
static String |
MERGE |
| Constructor and Description |
|---|
MongoDBMetadataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(MetadataFactory metadataFactory,
MongoDBConnection connection) |
@ExtensionMetadataProperty(applicable=Table.class, datatype=java.lang.String.class, display="Merge Into Table", description="Declare the name of table that this table needs to be merged into. No separate copy maintained") public static final String MERGE
@ExtensionMetadataProperty(applicable=Table.class, datatype=java.lang.String.class, display="Embedded Into Table", description="Declare the name of table that this table needs to be embedded into. A separate copy is also maintained") public static final String EMBEDDABLE
public void process(MetadataFactory metadataFactory, MongoDBConnection connection) throws TranslatorException
process in interface MetadataProcessor<MongoDBConnection>TranslatorExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.