Uses of Annotation Interface
org.openmetadata.service.util.jdbi.BindUUID
Packages that use BindUUID
-
Uses of BindUUID in org.openmetadata.service.jdbi3
Method parameters in org.openmetadata.service.jdbi3 with annotations of type BindUUIDModifier and TypeMethodDescriptionvoidintCollectionDAO.EntityRelationshipDAO.delete(UUID fromId, String fromEntity, UUID toId, String toEntity, int relation) intCollectionDAO.EntityRelationshipDAO.delete(UUID fromId, String fromEntity, UUID toId, String toEntity, int relation) voidvoidvoidintvoidvoidvoidCollectionDAO.EntityRelationshipDAO.deleteAllWithId(UUID id) voidCollectionDAO.SuggestionDAO.deleteByFQN(String fullyQualifiedName) voidCollectionDAO.EntityRelationshipDAO.deleteFrom(UUID fromId, String fromEntity, int relation, String toEntity) voidCollectionDAO.EntityRelationshipDAO.deleteTo(UUID toId, String toEntity, int relation, String fromEntity) voidCollectionDAO.TokenDAO.deleteTokenByUserAndType(UUID userid, String tokenType) booleanCollectionDAO.FeedDAO.fetchThreadByTestCaseResolutionStatusId(UUID testCaseResolutionStatusId) CollectionDAO.EntityRelationshipDAO.findFrom(UUID toId, String toEntity, int relation, String fromEntity) CollectionDAO.EntityRelationshipDAO.findFromPipeline(UUID toId, int relation) CollectionDAO.EntityRelationshipDAO.findTo(UUID fromId, String fromEntity, int relation, String toEntity) CollectionDAO.EntityRelationshipDAO.findToPipeline(UUID fromId, int relation) CollectionDAO.TokenDAO.getAllUserTokenWithType(UUID userId, String tokenType) CollectionDAO.EntityExtensionDAO.getExtension(UUID id, String extension) CollectionDAO.EntityExtensionDAO.getExtensions(UUID id, String extensionPrefix) CollectionDAO.UsageDAO.getUsageById(UUID id, String date, int days) voidvoidCollectionDAO.EntityRelationshipDAO.insert(UUID fromId, UUID toId, String fromEntity, String toEntity, int relation, String json) voidCollectionDAO.EntityRelationshipDAO.insert(UUID fromId, UUID toId, String fromEntity, String toEntity, int relation, String json) voidCollectionDAO.UsageDAO.insertOrReplaceCount(String date, UUID id, String entityType, int count1) voidCollectionDAO.UsageDAO.insertOrUpdateCount(String date, UUID id, String entityType, int count1) CollectionDAO.FeedDAO.listAnnouncementBetween(UUID threadId, UUID entityId, long startTs, long endTs) CollectionDAO.FeedDAO.listAnnouncementBetween(UUID threadId, UUID entityId, long startTs, long endTs) CollectionDAO.FeedDAO.listCountByEntityLink(UUID entityId, String fqnPrefixHash, String toType) CollectionDAO.FeedDAO.listCountByOwner(UUID userId, List<String> teamIds, String username, String userTeamJsonMysql, List<String> userTeamJsonPostgres) intCollectionDAO.FeedDAO.listCountThreadsByFollows(UUID userId, List<String> teamIds, int relation, String condition) intCollectionDAO.FeedDAO.listCountThreadsByOwner(UUID userId, List<String> teamIds, String condition) intCollectionDAO.FeedDAO.listCountThreadsByOwnerOrFollows(UUID userId, List<String> teamIds, String condition) CollectionDAO.TeamDAO.listTeamsUnderOrganization(UUID teamId, int relation) CollectionDAO.FeedDAO.listThreadsByFollows(UUID userId, List<String> teamIds, int limit, int relation, String condition) CollectionDAO.FeedDAO.listThreadsByOwner(UUID userId, List<String> teamIds, int limit, String condition) CollectionDAO.FeedDAO.listThreadsByOwnerOrFollows(UUID userId, List<String> teamIds, int limit, String condition) voidvoidvoid