Uses of Annotation Interface
org.openmetadata.service.jdbi3.locator.ConnectionAwareSqlUpdateContainer
Packages that use ConnectionAwareSqlUpdateContainer
-
Uses of ConnectionAwareSqlUpdateContainer in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 with annotations of type ConnectionAwareSqlUpdateContainerModifier and TypeMethodDescriptionvoidCollectionDAO.TagUsageDAO.applyTag(int source, String tagFQN, String tagFQNHash, String targetFQNHash, int labelType, int state) voidCollectionDAO.EntityRelationshipDAO.bulkInsertTo(List<CollectionDAO.EntityRelationshipObject> values) voidCollectionDAO.UsageDAO.computePercentile(String entityType, String date) TODO: Not sure I get what the next comment means, but tests now use mysql 8 so maybe tests can be improved here Note not using in following percentile computation PERCENT_RANK function as unit tests use mysql5.7, and it does not have window functionvoidCollectionDAO.ReportDataTimeSeriesDAO.deleteReportDataTypeAtDate(String reportDataType, String date) voidvoidvoidCollectionDAO.DataQualityDataTimeSeriesDAO.insert(String table, String testCaseFQNHash, String extension, String jsonSchema, String json, String incidentStateId) voidvoidCollectionDAO.EntityRelationshipDAO.insert(UUID fromId, UUID toId, String fromEntity, String toEntity, int relation, String json) voidvoidCollectionDAO.FieldRelationshipDAO.insert(String fromFQNHash, String toFQNHash, String fromFQN, String toFQN, String fromType, String toType, int relation, String json) voidvoidvoidCommon queries for all entities implemented here.voidEntityTimeSeriesDAO.insert(String table, String entityFQNHash, String extension, String jsonSchema, String json) voidCollectionDAO.UsageDAO.insertOrReplaceCount(String date, UUID id, String entityType, int count1) voidCollectionDAO.UsageDAO.insertOrUpdateCount(String date, UUID id, String entityType, int count1) voidCollectionDAO.SystemDAO.insertSettings(String configType, String json) voidEntityTimeSeriesDAO.insertWithoutExtension(String table, String entityFQNHash, String jsonSchema, String json) voidvoidvoidvoidvoidvoidEntityDAO.update(String table, String nameHashColumn, String nameHashColumnValue, String id, String json) voidvoidEntityTimeSeriesDAO.update(String table, String entityFQNHash, String extension, String json, Long timestamp) voidEntityTimeSeriesDAO.updateExtensionByKeyInternal(String table, String value, String entityFQNHash, String extension, String json, String mysqlCond, String psqlCond) voidEntityTimeSeriesDAO.updateExtensionByOperation(String table, String entityFQNHash, String extension, String json, Long timestamp, String operation) voidEntityDAO.updateFqnInternal(String mySqlUpdate, String postgresUpdate) voidCollectionDAO.FeedDAO.updateTaskId()voidCollectionDAO.FieldRelationshipDAO.upsert(String fromFQNHash, String toFQNHash, String fromFQN, String toFQN, String fromType, String toType, int relation, String jsonSchema, String json) voidCollectionDAO.EventSubscriptionDAO.upsertFailedEvent(String id, String extension, String json) voidCollectionDAO.TagUsageDAO.upsertFQNHash(int source, String tagFQN, String tagFQNHash, String targetFQNHash, int labelType, int state, String targetFQN) Deprecated.voidMigrationDAO.upsertServerMigration(String version, String migrationFileName, String checksum, String metrics) voidMigrationDAO.upsertServerMigrationSQL(String version, String sqlStatement, String success) voidCollectionDAO.EventSubscriptionDAO.upsertSubscriberExtension(String id, String extension, String jsonSchema, String json)