Uses of Interface
org.openmetadata.service.jdbi3.CollectionDAO
Packages that use CollectionDAO
Package
Description
-
Uses of CollectionDAO in org.openmetadata.service
Methods in org.openmetadata.service that return CollectionDAOModifier and TypeMethodDescriptionprotected CollectionDAOOpenMetadataApplication.getDao(org.jdbi.v3.core.Jdbi jdbi) -
Uses of CollectionDAO in org.openmetadata.service.apps
Fields in org.openmetadata.service.apps declared as CollectionDAOMethods in org.openmetadata.service.apps with parameters of type CollectionDAOModifier and TypeMethodDescriptionvoidApplicationHandler.configureApplication(App app, CollectionDAO daoCollection, SearchRepository searchRepository) voidApplicationHandler.installApplication(App app, CollectionDAO daoCollection, SearchRepository searchRepository) ApplicationHandler.runAppInit(App app, CollectionDAO daoCollection, SearchRepository searchRepository) voidApplicationHandler.runMethodFromApplication(App app, CollectionDAO daoCollection, SearchRepository searchRepository, String methodName) Load an App from its className and call its methods dynamicallyvoidApplicationHandler.triggerApplicationOnDemand(App app, CollectionDAO daoCollection, SearchRepository searchRepository) Constructors in org.openmetadata.service.apps with parameters of type CollectionDAOModifierConstructorDescriptionAbstractNativeApplication(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of CollectionDAO in org.openmetadata.service.apps.bundles.insights
Constructors in org.openmetadata.service.apps.bundles.insights with parameters of type CollectionDAOModifierConstructorDescriptionDataInsightsApp(CollectionDAO collectionDAO, SearchRepository searchRepository) DataInsightsReportApp(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of CollectionDAO in org.openmetadata.service.apps.bundles.searchIndex
Constructors in org.openmetadata.service.apps.bundles.searchIndex with parameters of type CollectionDAOModifierConstructorDescriptionSearchIndexApp(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of CollectionDAO in org.openmetadata.service.apps.bundles.test
Constructors in org.openmetadata.service.apps.bundles.test with parameters of type CollectionDAOModifierConstructorDescriptionNoOpTestApplication(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of CollectionDAO in org.openmetadata.service.apps.scheduler
Methods in org.openmetadata.service.apps.scheduler with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic voidAppScheduler.initialize(OpenMetadataApplicationConfig config, CollectionDAO dao, SearchRepository searchClient) Constructors in org.openmetadata.service.apps.scheduler with parameters of type CollectionDAOModifierConstructorDescriptionprotectedCustomJobFactory(CollectionDAO collectionDAO, SearchRepository searchRepository) protected -
Uses of CollectionDAO in org.openmetadata.service.jdbi3
Fields in org.openmetadata.service.jdbi3 declared as CollectionDAOModifier and TypeFieldDescriptionprotected final CollectionDAOEntityRepository.daoCollectionprotected final CollectionDAOEntityTimeSeriesRepository.daoCollection -
Uses of CollectionDAO in org.openmetadata.service.migration.utils.v110
Methods in org.openmetadata.service.migration.utils.v110 with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic voidMigrationUtil.dataMigrationFQNHashing(org.jdbi.v3.core.Handle handle, CollectionDAO collectionDAO, int limitParam) static TestSuiteMigrationUtil.getTestSuite(CollectionDAO dao, CreateTestSuite create, String user) static voidMigrationUtil.testSuitesMigration(CollectionDAO collectionDAO) Test Suites Migration in 1.0.x -> 1.1.4 1.static voidMigrationUtil.updateFQNHashTagUsage(CollectionDAO collectionDAO) -
Uses of CollectionDAO in org.openmetadata.service.migration.utils.v111
Methods in org.openmetadata.service.migration.utils.v111 with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic voidMigrationUtilV111.removeDuplicateTestCases(CollectionDAO collectionDAO, org.jdbi.v3.core.Handle handle, String getSql) static voidMigrationUtilV111.runTestSuiteMigration(CollectionDAO collectionDAO, org.jdbi.v3.core.Handle handle, String getSql, String updateSql, String resultListSql) -
Uses of CollectionDAO in org.openmetadata.service.migration.utils.V112
Methods in org.openmetadata.service.migration.utils.V112 with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic voidMigrationUtil.fixExecutableTestSuiteFQN(CollectionDAO collectionDAO) static voidMigrationUtil.lowerCaseUserNameAndEmail(CollectionDAO daoCollection) -
Uses of CollectionDAO in org.openmetadata.service.migration.utils.V114
Methods in org.openmetadata.service.migration.utils.V114 with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic voidMigrationUtil.fixTestSuites(CollectionDAO collectionDAO) Step 1: re-run the fix for FQN to catch any issues from previous release where we were quoting the FQN Step 2: Group all the testCases with the table. -
Uses of CollectionDAO in org.openmetadata.service.migration.utils.V117
Methods in org.openmetadata.service.migration.utils.V117 with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic voidMigrationUtil.fixTestCases(org.jdbi.v3.core.Handle handle, CollectionDAO collectionDAO) -
Uses of CollectionDAO in org.openmetadata.service.migration.utils.v120
Methods in org.openmetadata.service.migration.utils.v120 with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic voidMigrationUtil.addQueryService(org.jdbi.v3.core.Handle handle, CollectionDAO collectionDAO) Queries have a `queryUsedIn` field as a list of EntityRef.static voidMigrationUtil.updateGlossaryAndGlossaryTermRelations(org.jdbi.v3.core.Handle handle, CollectionDAO collectionDAO) Before Release 1.2, Glossary and all the Glossary terms , even the deeply nested glossary terms have contains relation with Glossary and also its parent GlossaryTerm. -
Uses of CollectionDAO in org.openmetadata.service.migration.utils.v131
Methods in org.openmetadata.service.migration.utils.v131 with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic voidMigrationUtil.migrateCronExpression(CollectionDAO daoCollection) -
Uses of CollectionDAO in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type CollectionDAOModifier and TypeMethodDescriptionSubscriptionUtil.buildReceiversListFromActions(SubscriptionAction action, SubscriptionDestination.SubscriptionCategory category, SubscriptionDestination.SubscriptionType type, CollectionDAO daoCollection, UUID entityId, String entityType) SubscriptionUtil.getOwnerOrFollowers(SubscriptionDestination.SubscriptionType type, CollectionDAO daoCollection, UUID entityId, String entityType, Relationship relationship) -
Uses of CollectionDAO in org.openmetadata.service.workflows.searchIndex
Methods in org.openmetadata.service.workflows.searchIndex with parameters of type CollectionDAOModifier and TypeMethodDescriptionstatic intReindexingUtil.getTotalRequestToProcess(Set<String> entities, CollectionDAO dao) Constructors in org.openmetadata.service.workflows.searchIndex with parameters of type CollectionDAOModifierConstructorDescriptionPaginatedDataInsightSource(CollectionDAO dao, String entityType, int batchSize)