Package | Description |
---|---|
org.teiid.metadata | |
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
default void |
MetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory<F,C> executionFactory,
F connectionFactory)
Loads the schema information for the vdb for the given schemaName.
|
void |
DefaultMetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory<F,C> executionFactory,
F connectionFactory)
Deprecated.
Calls the specific getter methods of this class to populate metadata on schema being loaded.
|
default void |
MetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory<F,C> executionFactory,
F connectionFactory,
String text)
Loads the schema information for the vdb for the given schemaName.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDelegatingExecutionFactory<F,C>
Base delegating translator.
|
Modifier and Type | Method and Description |
---|---|
protected ExecutionFactory<F,C> |
BaseDelegatingExecutionFactory.getDelegate()
For testing only
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingExecutionFactory.setDelegate(ExecutionFactory<F,C> delegate) |
void |
BaseDelegatingExecutionFactory.setDelegate(ExecutionFactory<F,C> delegate)
Sets the delegate, will be called by Teiid after
BaseDelegatingExecutionFactory.start() |
Copyright © 2019. All rights reserved.