站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Using and Understanding Java Data Objects

B - Using and Understanding Java Data Objects

Previous Section Next Section

B

Before-image
The state of the managed fields in the data object prior to the object becoming dirty within a transaction. The before-image is used to restore the object's state in the event of rollback, when the transaction's RestoreValue property is true.
BMP
Bean-managed persistence. Entity EJBs that use BMP require the bean developer to write the code to manage their persistent fields.
BMT
Bean-managed transactions. When an EJB is deployed with BMT, the application code in the EJB controls the transaction.

Previous Section Next Section