May 2001
Intermediate to advanced
1088 pages
30h 13m
English
In a traditional database application, you might use stored procedures to perform various database operations, or you might have specific database statements to make a change. You might, for example, use an update statement to change all rows matching a specific set of criteria.
In an EJB application, however, the database is just a place where you store entity bean data. The beans themselves aren't stored in the database; that is, the class definition for the bean isn't stored in the database, just the persistent state data for the bean. Also, keep in mind that you don't need to store entity beans in a traditional relational database; you can use object database and other kinds of persistent storage, ...
Read now
Unlock full access