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 ejb in weblogic?
What are the types of ejb?
What is Session Bean Interface?
Name the acid properties of a transaction.
What is the meaning of acid in the connection of transaction management?
What is stateful or stateless?
can we stop the execution of a method before completion?
How can a CORBA object, accessed from a EJB?
What are ejb components?
Why do we need ejb?
Define ACID Properties?
How can enterprise javabeans be accessed from active server pages?
How entity beans support container managed persistence?
What are transaction isolation levels in ejb?
What’s the difference between hibernate and ejb 3?