An entity bean models a business concept that is a real-world object. For example, an entity bean might represent a scheduled airplane flight, a seat on the airplane, or a passenger’s frequent-flyer account. Entity beans have the following characteristics:
Each instance represents a row in a persistent database relation, such as a table, view, or the results of a complex query.
The bean has a primary key that corresponds to the database relation’s key, and is represented by a Java datatype or class.
Copyright © 2005. Sybase Inc. All rights reserved. |