Uses of Class
org.openmetadata.service.jdbi3.CollectionDAO.EntityRelationshipRecord
Packages that use CollectionDAO.EntityRelationshipRecord
Package
Description
-
Uses of CollectionDAO.EntityRelationshipRecord in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return CollectionDAO.EntityRelationshipRecordModifier and TypeMethodDescriptionCollectionDAO.EntityRelationshipDAO.FromRelationshipMapper.map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) CollectionDAO.EntityRelationshipDAO.ToRelationshipMapper.map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) Methods in org.openmetadata.service.jdbi3 that return types with arguments of type CollectionDAO.EntityRelationshipRecordModifier and TypeMethodDescriptionCollectionDAO.EntityRelationshipDAO.findFrom(UUID toId, String toEntity, int relation, String fromEntity) CollectionDAO.EntityRelationshipDAO.findFromPipeline(UUID toId, int relation) EntityRepository.findFromRecords(UUID toId, String toEntityType, Relationship relationship, String fromEntityType) CollectionDAO.EntityRelationshipDAO.findTo(UUID fromId, String fromEntity, int relation, String toEntity) CollectionDAO.EntityRelationshipDAO.findToPipeline(UUID fromId, int relation) EntityRepository.findToRecords(UUID fromId, String fromEntityType, Relationship relationship, String toEntityType) Method parameters in org.openmetadata.service.jdbi3 with type arguments of type CollectionDAO.EntityRelationshipRecordModifier and TypeMethodDescriptionfinal voidEntityRepository.ensureSingleRelationship(String entityType, UUID id, List<CollectionDAO.EntityRelationshipRecord> relations, String relationshipName, String toEntityType, boolean mustHaveRelationship) -
Uses of CollectionDAO.EntityRelationshipRecord in org.openmetadata.service.socket
Method parameters in org.openmetadata.service.socket with type arguments of type CollectionDAO.EntityRelationshipRecordModifier and TypeMethodDescriptionvoidWebSocketManager.sendToManyWithString(List<CollectionDAO.EntityRelationshipRecord> receivers, String event, String message) -
Uses of CollectionDAO.EntityRelationshipRecord in org.openmetadata.service.util
Method parameters in org.openmetadata.service.util with type arguments of type CollectionDAO.EntityRelationshipRecordModifier and TypeMethodDescriptionstatic List<EntityReference>EntityUtil.getEntityReferences(List<CollectionDAO.EntityRelationshipRecord> list)