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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user