posted 19 years ago
This has what the specification to say
10.6.2 Enterprise Bean Class
The following are the requirements for an entity bean class:
The class must implement, directly or indirectly, the javax.ejb.EntityBean interface.
The class may implement, directly or indirectly, the javax.ejb.TimedObject interface.
The class must be defined as public and must be abstract. The class must be a top level class.
The class must define a public constructor that takes no arguments.The class must not define the finalize() method
Thanks
-- Ravi
[ March 25, 2005: Message edited by: Ravindra Janapareddy ]
[ March 25, 2005: Message edited by: Ravindra Janapareddy ]
SCJP, SCJD, SCWCD, SCBCD, SCEA