Can i write business logic methods in entitybean?
Answer Posted / madan
Entity beans are used to communicate directly with database, here we have setter and getter, each getter is represented with specific id., for example
@Column(name="id")
public String name()
{
return id;
}
this way..
the business logic is maintained Databasefile.java, which contains logics for the communication
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between find and select methods in ejb?
What do you mean by ejb?
How does ejb work in java?
Define SessionContext ?
What is mdb?
Can remove() be a Stateless Session bean?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
TX operation funtion executed by?
What is the difference between message driven beans and stateless session beans?
What is entity bean in ejb?
What is a ejb container?
Explain what is an EJB Context?
Why is ftp stateful?
What are the types of enterprise bean?
What is meant by ejb?