40. Entity Bean
Entity Bean has the following behaviour
|
- They are a representation of persistent data
- They can survive a crash
- Multiple clients can be using EJBs that represent the same data
- The EJB instance contains a copy of the data in the persistent store
- has a Primary key like in a Database record.
|
Copyright 2004 Kanti Prasad All rights reserved
|