Uses of Annotation Interface
org.openmetadata.service.jdbi3.locator.ConnectionAwareSqlQueryContainer
Packages that use ConnectionAwareSqlQueryContainer
-
Uses of ConnectionAwareSqlQueryContainer in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 with annotations of type ConnectionAwareSqlQueryContainerModifier and TypeMethodDescriptionMigrationDAO.checkIfQueryPreviouslyRan(String checksum) CollectionDAO.FeedDAO.fetchThreadByTestCaseResolutionStatusId(UUID testCaseResolutionStatusId) CollectionDAO.EntityRelationshipDAO.findFromPipeline(UUID toId, int relation) CollectionDAO.EntityRelationshipDAO.findToPipeline(UUID fromId, int relation) EntityTimeSeriesDAO.getAfterExtension(String table, String entityFQNHash, int limit, String after) CollectionDAO.SystemDAO.getAggregatedEntitiesCount(String cond) EntityTimeSeriesDAO.getExtensionAtTimestampWithOperation(String table, String entityFQNHash, String extension, long timestamp, String operation) EntityTimeSeriesDAO.getExtensionByKeyInternal(String table, String value, String entityFQNHash, String extension, String mysqlCond, String psqlCond) EntityTimeSeriesDAO.getLatestExtensionByKeyInternal(String table, String value, String entityFQNHash, String extension, String mysqlCond, String psqlCond) MigrationDAO.getMaxServerMigrationVersion()MigrationDAO.getMaxVersion()MigrationDAO.getServerMigrationSQLWithVersion(String version) MigrationDAO.getSqlQuery(String version, String checksum) CollectionDAO.TagUsageDAO.getTagsInternalByPrefix(String targetFQNHashPrefix, String postfix) CollectionDAO.UsageDAO.getUsageById(UUID id, String date, int days) MigrationDAO.getVersionMigrationChecksum(String version) CollectionDAO.DocStoreDAO.listAfter(String table, String mysqlCond, String psqlCond, int limit, String after) CollectionDAO.TestDefinitionDAO.listAfter(String table, String mysqlCond, String psqlCond, int limit, String after) CollectionDAO.UserDAO.listAfter(String table, String mysqlCond, String postgresCond, String team, int limit, String after, int relation) EntityDAO.listAfter(String table, String mysqlCond, String postgresCond, int limit, String after, String groupBy) CollectionDAO.TestCaseDAO.listAfterTsOrdered(String table, String cond, int limit, int after) CollectionDAO.DocStoreDAO.listBefore(String table, String mysqlCond, String psqlCond, int limit, String before) CollectionDAO.SuggestionDAO.listBefore(String mysqlCond, String psqlCond, int limit, String before) CollectionDAO.TestDefinitionDAO.listBefore(String table, String mysqlCond, String psqlCond, int limit, String before) CollectionDAO.UserDAO.listBefore(String table, String mysqlCond, String postgresCond, String team, int limit, String before, int relation) EntityDAO.listBefore(String table, String mysqlCond, String postgresCond, int limit, String before) EntityDAO.listBefore(String table, String mysqlCond, String postgresCond, int limit, String before, String groupBy) CollectionDAO.TestCaseDAO.listBeforeTsOrdered(String table, String cond, int limit, int before) intintintintCollectionDAO.UserDAO.listCount(String table, String mysqlCond, String postgresCond, String team, int relation) intintCollectionDAO.FeedDAO.listCountByOwner(UUID userId, List<String> teamIds, String username, String userTeamJsonMysql, List<String> userTeamJsonPostgres) intCollectionDAO.FeedDAO.listCountTasksAssignedTo(List<String> userTeamJsonPostgres, String userTeamJsonMysql, String condition) intCollectionDAO.FeedDAO.listCountTasksOfUser(List<String> userTeamJsonPostgres, String userTeamJsonMysql, String username, String condition) CollectionDAO.FeedDAO.listTasksAssigned(List<String> userTeamJsonPostgres, String userTeamJsonMysql, int limit, String condition) CollectionDAO.FeedDAO.listTasksOfUser(List<String> userTeamJsonPostgres, String userTeamJsonMysql, String username, int limit, String condition)