避免使用不推荐的 EJB 持久性 createInteraction 方法

此规则会标记是否使用了此方法 EJBToRAAdapter.createInteraction(javax.resource.cci.Connection conn) 开始日期 com.ibm.websphere.ejbpersistence .

WebSphere Application Server V6.0 中已不推荐使用此方法。

请改用 createInteraction(javax.resource.cci.Connection conn, AccessIntent intent, java.util.HashMap properties) 方法。

请参阅 EJBToRAAdapter Java 文档

文档中包含完整的 不推荐使用的 API 列表。