Uses of Class
org.teiid.deployers.VDBRepository
-
Packages that use VDBRepository Package Description org.teiid.deployers org.teiid.metadatastore org.teiid.runtime org.teiid.services org.teiid.transport -
-
Uses of VDBRepository in org.teiid.deployers
Methods in org.teiid.deployers that return VDBRepository Modifier and Type Method Description abstract VDBRepository
EventDistributorImpl. getVdbRepository()
abstract VDBRepository
VDBStatusChecker. getVDBRepository()
Constructors in org.teiid.deployers with parameters of type VDBRepository Constructor Description CompositeVDB(VDBMetaData vdb, MetadataStore metadataStore, LinkedHashMap<String,VDBResources.Resource> visibilityMap, UDFMetaData udf, FunctionTree systemFunctions, ConnectorManagerRepository cmr, VDBRepository vdbRepository, MetadataStore... additionalStores)
-
Uses of VDBRepository in org.teiid.metadatastore
Constructors in org.teiid.metadatastore with parameters of type VDBRepository Constructor Description DeploymentBasedDatabaseStore(VDBRepository vdbRepo)
-
Uses of VDBRepository in org.teiid.runtime
Fields in org.teiid.runtime declared as VDBRepository Modifier and Type Field Description protected VDBRepository
EmbeddedServer. repo
Custom vdb repository that will immediately throw exceptions for metadata validation errorsMethods in org.teiid.runtime that return VDBRepository Modifier and Type Method Description protected abstract VDBRepository
AbstractVDBDeployer. getVDBRepository()
protected VDBRepository
EmbeddedServer. getVDBRepository()
abstract VDBRepository
MaterializationManager. getVDBRepository()
-
Uses of VDBRepository in org.teiid.services
Methods in org.teiid.services that return VDBRepository Modifier and Type Method Description protected abstract VDBRepository
AbstractEventDistributorFactoryService. getVdbRepository()
Methods in org.teiid.services with parameters of type VDBRepository Modifier and Type Method Description void
SessionServiceImpl. setVDBRepository(VDBRepository repo)
-
Uses of VDBRepository in org.teiid.transport
Methods in org.teiid.transport that return VDBRepository Modifier and Type Method Description VDBRepository
ClientServiceRegistry. getVDBRepository()
VDBRepository
ClientServiceRegistryImpl. getVDBRepository()
Methods in org.teiid.transport with parameters of type VDBRepository Modifier and Type Method Description void
ClientServiceRegistryImpl. setVDBRepository(VDBRepository vdbRepository)
-