Hi,
in the ejbRemove method what is the significance of deleting a row (what they call the entity bean state) from the database?
-
ejbRemove (EntityBean Bean Managed Persistence) (1 messages)
- Posted by: Jana Rajesh
- Posted on: July 25 2000 00:58 EDT
Threaded Messages (1)
- ejbRemove (EntityBean Bean Managed Persistence) by Ed Roman on July 25 2000 15:53 EDT
-
ejbRemove (EntityBean Bean Managed Persistence)[ Go to top ]
- Posted by: Ed Roman
- Posted on: July 25 2000 15:53 EDT
- in response to Jana Rajesh
An entity bean is a view into a database. Deleting the bean means deleting the row, and vice versa.