[jboss-user] [JBoss Seam] - Re: SMPC Configuration
monkeyden
do-not-reply at jboss.com
Wed Jul 11 15:46:30 EDT 2007
Oh, BTW, here is the business object
@Name("employeeBO")
| public class EmployeeBO extends AbstractBusinessObject implements Serializable {
|
| @In
| private EntityManager dcdbEM;
|
| @Logger
| private Log log;
|
| public AbstractBaseEntity findByPrimaryKey(Object employeeId) {
| return this.dcdbEM.find(Employee.class, employeeId);
| }
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063180#4063180
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063180
More information about the jboss-user
mailing list