EJB data mediator service programming considerations

 

EJB data mediator service programming considerations

When you begin writing your applications to take advantage of the EJB data mediator service (DMS) provided in WebSphere Application Server, consider the following items.

EJB programming modelOnly a subset of the Enterprise JavaBeans programming model is supported by the EJB data mediator service.

The following table shows limitations in the EJB programming model that are not supported by the EJB DMS.

  retrieve direct from db retrieve from EJB Container update direct to db update through EJB
EJB persistence inheritance No No No No
EJB cmp field with converter No Yes No Yes

Transactional

Access Intent

Best practices




Related tasks
Using the Enterprise JavaBeans data mediator service for data access

Related reference
EJB data mediator service data retrieval
EJB data mediator service data update
EJB mediator query