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 VDBRepositoryEventDistributorImpl. getVdbRepository()abstract VDBRepositoryVDBStatusChecker. 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 VDBRepositoryEmbeddedServer. repoCustom 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 VDBRepositoryAbstractVDBDeployer. getVDBRepository()protected VDBRepositoryEmbeddedServer. getVDBRepository()abstract VDBRepositoryMaterializationManager. getVDBRepository() -
Uses of VDBRepository in org.teiid.services
Methods in org.teiid.services that return VDBRepository Modifier and Type Method Description protected abstract VDBRepositoryAbstractEventDistributorFactoryService. getVdbRepository()Methods in org.teiid.services with parameters of type VDBRepository Modifier and Type Method Description voidSessionServiceImpl. setVDBRepository(VDBRepository repo) -
Uses of VDBRepository in org.teiid.transport
Methods in org.teiid.transport that return VDBRepository Modifier and Type Method Description VDBRepositoryClientServiceRegistry. getVDBRepository()VDBRepositoryClientServiceRegistryImpl. getVDBRepository()Methods in org.teiid.transport with parameters of type VDBRepository Modifier and Type Method Description voidClientServiceRegistryImpl. setVDBRepository(VDBRepository vdbRepository)
-