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.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) CollectionDAO.SystemDAO.getAggregatedServicesCount(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) longCollectionDAO.ChangeEventDAO.getLatestOffset()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, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String afterName, String afterId) CollectionDAO.TestDefinitionDAO.listAfter(String table, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String afterName, String afterId) CollectionDAO.UserDAO.listAfter(String table, String mysqlCond, String postgresCond, String team, int limit, String afterName, String afterId, int relation) EntityDAO.listAfter(String table, String mysqlCond, String postgresCond, int limit, String afterName, String afterId, String groupBy) EntityDAO.listAfter(String table, Map<String, ?> params, String mysqlCond, String postgresCond, int limit, String afterName, String afterId) CollectionDAO.DocStoreDAO.listBefore(String table, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String beforeName, String beforeId) CollectionDAO.SuggestionDAO.listBefore(String mysqlCond, String psqlCond, int limit, String before) CollectionDAO.TestDefinitionDAO.listBefore(String table, Map<String, ?> params, String mysqlCond, String psqlCond, int limit, String beforeName, String beforeId) CollectionDAO.UserDAO.listBefore(String table, String mysqlCond, String postgresCond, String team, int limit, String beforeName, String beforeId, int relation) EntityDAO.listBefore(String table, String mysqlCond, String postgresCond, int limit, String beforeName, String beforeId, String groupBy) EntityDAO.listBefore(String table, Map<String, ?> params, String mysqlCond, String postgresCond, int limit, String beforeName, String beforeId) intCollectionDAO.ContainerDAO.listCount(String table, String nameHashColumn, Map<String, ?> params, String mysqlCond) intintCollectionDAO.TestDefinitionDAO.listCount(String table, Map<String, ?> params, String nameHashColumn, String mysqlCond, String psqlCond) intCollectionDAO.UserDAO.listCount(String table, String mysqlCond, String postgresCond, String team, int relation) intEntityDAO.listCount(String table, String nameHashColumn, Map<String, ?> params, String mysqlCond, String postgresCond) intEntityDAO.listCountDistinct(String table, String mysqlCond, String postgresCond, String distinctColumn) 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) intEntityDAO.listTotalCount(String table, String nameHashColumn)