Uses of Class
org.openmetadata.service.jdbi3.locator.ConnectionAwareSqlUpdateContainer
-
Packages that use ConnectionAwareSqlUpdateContainer Package Description org.openmetadata.service.jdbi3 -
-
Uses of ConnectionAwareSqlUpdateContainer in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 with annotations of type ConnectionAwareSqlUpdateContainer Modifier and Type Method Description voidCollectionDAO.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.ChangeEventDAO. insert(String json)voidCollectionDAO.EntityExtensionDAO. insert(String id, String extension, String jsonSchema, String json)voidCollectionDAO.EntityExtensionTimeSeriesDAO. insert(String entityFQNHash, String extension, String jsonSchema, String json)voidCollectionDAO.EntityRelationshipDAO. insert(String fromId, String toId, String fromEntity, String toEntity, int relation, String json)voidCollectionDAO.FeedDAO. insert(String json)voidCollectionDAO.FieldRelationshipDAO. insert(String fromFQNHash, String toFQNHash, String fromFQN, String toFQN, String fromType, String toType, int relation, String json)voidCollectionDAO.TokenDAO. insert(String json)voidEntityDAO. insert(String table, String nameHashColumn, String nameHashColumnValue, String json)Common queries for all entities implemented here.voidCollectionDAO.UsageDAO. insertOrReplaceCount(String date, String id, String entityType, int count1)voidCollectionDAO.UsageDAO. insertOrUpdateCount(String date, String id, String entityType, int count1)voidCollectionDAO.SystemDAO. insertSettings(String configType, String json)voidCollectionDAO.EntityExtensionTimeSeriesDAO. update(String entityFQNHash, String extension, String json, Long timestamp)voidCollectionDAO.FeedDAO. update(String id, String json)voidCollectionDAO.TokenDAO. update(String token, String json)voidEntityDAO. update(String table, String nameHashColumn, String nameHashColumnValue, String id, String json)voidCollectionDAO.EntityExtensionTimeSeriesDAO. updateExtensionByKeyInternal(String value, String entityFQNHash, String extension, String json, String mysqlCond, String psqlCond)voidCollectionDAO.EntityExtensionTimeSeriesDAO. updateExtensionByOperation(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.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)voidMigrationDAO. upsertServerMigrationSQL(String version, String sqlStatement, String success)
-