42. Primary key class
- Applicable only to entity beans
- Uniquely differentiates instances sharing the same EJBHome
- Class must be a legal value type in RMI-IIOP
- Implements java.io.Serializable
- all the members should be public
- It should implement hashCode() and equals(.. ) methods
- does not implement java.rmi.remote
|
Copyright 2004 Kanti Prasad All rights reserved
|