Package | Description |
---|---|
jakarta.ejb |
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
|
Modifier and Type | Method | Description |
---|---|---|
void |
EntityBean.ejbRemove() |
A container invokes this method before it removes the enterprise bean object that is currently associated with the
instance.
|
void |
EJBHome.remove(Handle handle) |
Remove an enterprise bean object identified by its handle.
|
void |
EJBHome.remove(Object primaryKey) |
Remove an enterprise bean object identified by its primary key.
|
void |
EJBLocalHome.remove(Object primaryKey) |
Remove an enterprise bean object identified by its primary key.
|
void |
EJBLocalObject.remove() |
Remove the enterprise bean local object.
|
void |
EJBObject.remove() |
Remove the enterprise bean object.
|
Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.