×

Loading...

EJB:we only build some session beans instead of entity beans even though we need access db,---such as using ejbCreate(String ID) to get a record from a table.Is there any problem if we don't build any entity bean?

Report