[jboss-user] [EJB 3.0] - Re: what happen with my entity bean , need expert help
jfheintz
do-not-reply at jboss.com
Mon Jul 30 10:17:34 EDT 2007
Can you explain a little more please?
In my EjbLocator class, I use
@PersistenceContext(unitName="StatInfoUnit")
private EntityManager manager;
public T find(Class ejb3Class, Object id) {
return manager.find(ejb3Class, id);
}
How should I do?
Thanks
JFH
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068743#4068743
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068743
More information about the jboss-user
mailing list