Hi there,
I am new to seam and I am trying to get some examples to work.
My question is how to tell seam to show specific data like using the
where-statement in SQL:
For example suppose we habe an EntityBean Customer:
@Entity
@Name("customer")
class Customer
{
int customerId.
String name;
boolean active
....
}
and in a sessionBean a function showAllCustomers, which shows all customers
where the attribut active=true and does'nt show the inactive cases?
Thanks a lot for your help
Richard
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107704#4107704
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107704
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user