调用数据库存储过程也是有帮助的,这取决于您的工作的性质。
Invoking database stored procedures can also help, depending on the nature of your work.
此模式的第一个例子是 Bean 的 CRUD 方法的实现,这些方法通过调用关系数据库存储过程实现(如通过 JDBC CallableStatements)。
The primary example of this pattern is implementation of the bean's CRUD methods via calls to relational database stored procedures (such as via JDBC CallableStatements).
从数据库存储过程中调用服务与从JS p中调用也是不同的;技能和期望值是不同的。
Calling a service from a database stored procedure differs from calling it from a JSP; the skills and expectations are different.
应用推荐