Uses of Class
org.openmetadata.service.jdbi3.CollectionDAO.EntityRelationshipRecord
-
Packages that use CollectionDAO.EntityRelationshipRecord Package Description org.openmetadata.service.jdbi3 org.openmetadata.service.socket org.openmetadata.service.util -
-
Uses of CollectionDAO.EntityRelationshipRecord in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return CollectionDAO.EntityRelationshipRecord Modifier and Type Method Description CollectionDAO.EntityRelationshipRecordCollectionDAO.EntityRelationshipDAO.FromRelationshipMapper. map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)CollectionDAO.EntityRelationshipRecordCollectionDAO.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.EntityRelationshipRecord Modifier and Type Method Description List<CollectionDAO.EntityRelationshipRecord>CollectionDAO.EntityRelationshipDAO. findFrom(String toId)List<CollectionDAO.EntityRelationshipRecord>CollectionDAO.EntityRelationshipDAO. findFrom(String toId, String toEntity, int relation)List<CollectionDAO.EntityRelationshipRecord>CollectionDAO.EntityRelationshipDAO. findFrom(String toId, String toEntity, int relation, String fromEntity)List<CollectionDAO.EntityRelationshipRecord>CollectionDAO.EntityRelationshipDAO. findFromPipleine(String toId, int relation)List<CollectionDAO.EntityRelationshipRecord>EntityRepository. findFromRecords(UUID toId, String toEntityType, Relationship relationship, String fromEntityType)default List<CollectionDAO.EntityRelationshipRecord>CollectionDAO.EntityRelationshipDAO. findTo(String fromId, String fromEntity, int relation)List<CollectionDAO.EntityRelationshipRecord>CollectionDAO.EntityRelationshipDAO. findTo(String fromId, String fromEntity, int relation, String toEntity)List<CollectionDAO.EntityRelationshipRecord>CollectionDAO.EntityRelationshipDAO. findTo(String fromId, String fromEntity, List<Integer> relation)List<CollectionDAO.EntityRelationshipRecord>CollectionDAO.EntityRelationshipDAO. findToPipeline(String fromId, int relation)List<CollectionDAO.EntityRelationshipRecord>EntityRepository. findToRecords(UUID fromId, String fromEntityType, Relationship relationship, String toEntityType) -
Uses of CollectionDAO.EntityRelationshipRecord in org.openmetadata.service.socket
Method parameters in org.openmetadata.service.socket with type arguments of type CollectionDAO.EntityRelationshipRecord Modifier and Type Method Description voidWebSocketManager. 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.EntityRelationshipRecord Modifier and Type Method Description static List<EntityReference>EntityUtil. getEntityReferences(List<CollectionDAO.EntityRelationshipRecord> list)
-