The only alternative was to add the logic to a stored procedure and then send the data over in bulk to the stored procedure.
惟一的替代方法是向一个存储过程添加逻辑,然后将数据批量发送到该存储过程。
2
One common alternative is to delegate business logic to the application model.
一个常见的替代方法是,将业务逻辑委派给应用程序模型。
3
A alternative approach would be to force any component (for example, the CustomerSession bean) that implements process logic to perform transaction demarcation.