Module jakarta.ejb
Package jakarta.ejb

Interface EntityBean

All Superinterfaces:
EnterpriseBean, Serializable

public interface EntityBean extends EnterpriseBean
The EntityBean interface is implemented by every entity bean class. The container uses the EntityBean methods to notify the entity bean instances of the instance's life cycle events.

Applications written to the EJB 3.0 and later APIs should use the facilities of the Jakarta Persistence API (jakarta.persistence) to model persistent entities.

Note: Support for entity beans is optional as of EJB 3.2.

Since:
EJB 1.0