Uses of Class
org.teiid.translator.ExecutionFactory
-
Packages that use ExecutionFactory Package Description org.teiid.metadata org.teiid.translator -
-
Uses of ExecutionFactory in org.teiid.metadata
Methods in org.teiid.metadata with parameters of type ExecutionFactory Modifier and Type Method Description voidDefaultMetadataRepository. 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 voidMetadataRepository. loadMetadata(MetadataFactory factory, ExecutionFactory<F,C> executionFactory, F connectionFactory)Loads the schema information for the vdb for the given schemaName.default voidMetadataRepository. loadMetadata(MetadataFactory factory, ExecutionFactory<F,C> executionFactory, F connectionFactory, String text)Loads the schema information for the vdb for the given schemaName. -
Uses of ExecutionFactory in org.teiid.translator
Subclasses of ExecutionFactory in org.teiid.translator Modifier and Type Class Description classBaseDelegatingExecutionFactory<F,C>Base delegating translator.Methods in org.teiid.translator that return ExecutionFactory Modifier and Type Method Description protected ExecutionFactory<F,C>BaseDelegatingExecutionFactory. getDelegate()For testing onlyMethods in org.teiid.translator with parameters of type ExecutionFactory Modifier and Type Method Description voidBaseDelegatingExecutionFactory. setDelegate(ExecutionFactory<F,C> delegate)Sets the delegate, will be called by Teiid afterBaseDelegatingExecutionFactory.start()voidDelegatingExecutionFactory. setDelegate(ExecutionFactory<F,C> delegate)
-