This post contains an introduction to Entity Beans. An entity beans are used to represent a business object in a persistent storage mechanism for example: customers, orders, products, employees etc. We normally refer persistent storage mechanism as a relational database. Normally, each entity bean has an underlying table in a relational database. Please note that each instance of the bean corresponds to a row in that table. Some people mix Entity beans with session ...
thanks...
sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone