Может ли кто-нибудь помочь мне с этим, говоря мне, как правильно вызывать хранимую процедуру?
1. I've seen annotations to call a procedure like :
@Procedure: In this case I have seen that they create the procedure in the entity,
but I think it is not most optimal.
@Query: I have been able to call my procedure with this option, but when I would like a
parameter to be null, I don't know how to do it since there is
not much information.
2. I've been using entityManager and I've been able to make a parameter null, but I don't know if it's
the best way to call a procedure with entityManager
Другое дело, хорошо ли создавать процедуру проверки данных? или в этом нет необходимости, либо в реальном случае, либо только на стороне сервера