M
M
mindgrow2019-07-16 10:35:41
Documentation
mindgrow, 2019-07-16 10:35:41

What diagram should be used to show the relationship between an entity and stored procedures used when working with it?

Good afternoon!
There are many entities, when working with which the application refers to various HPs in the database. I need to visually display the relationship between the business logic entity and the stored procedures and api that are used when working with them.
So far, it only comes to mind to blind something from the class diagram. Maybe there are practices for such tasks?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mindgrow, 2019-07-26
@mindgrow

I create an entity class. I write the names of methods in the style of 1s. I create a method class (class named = method name xn). I make a connection between the entity method and the xn class

A
Artemy, 2019-07-22
@MetaAbstract

The only option is to parse the code and visualize the graph.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question