The Caboteria / Tech Web / JavaEntityBeans (revision 1)
An Entity Bean is persistent. The persistence can be CMP (container-managed persistence) or BMP (bean-managed persistence). Each bean has a primary key which is basically analogous to a rdbms primary key in that it uniquely identifies a specific bean. A bean can have transactional properties that allow it to participate in transactions, which are usually managed by the container.

A bean must have:

The entity bean class must:

To learn more: http://java.sun.com/j2ee/tutorial/doc/Entity.html

-- TobyCabot - 03 Apr 2001

Edit | Attach | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback