[jboss-user] [JBoss Seam] - Seampay, few questions....
Stateless Bean
do-not-reply at jboss.com
Fri Mar 23 16:37:30 EDT 2007
Hi,
I just look on seampay example and found somethink like this:
| @Name("paymentHome")
| public class PaymentController extends EntityHome<Payment> {
|
| @RequestParameter Long paymentId;
| @In PaymentProcessor processor;
|
| @Logger Log log;
|
| public String saveAndSchedule()
| {
| String result = persist();
|
what is: EntityHome and where can I find some doc about this EntityHome,
its in jar lib: import org.jboss.seam.framework.EntityHome;
second: String result = persist();
what is persist() and again, what that do and where can i find some info about that? It's similar to em.persist();?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031198#4031198
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031198
More information about the jboss-user
mailing list