[jboss-user] [EJB 3.0 Users] - Re: SessionBean and the case of RESTRICTIONS for entitquery

2009-10-26 Thread Wolfgang Knauf
Hi, better post this in the SEAM forum: http://www.seamframework.org/Community/Forums Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262178#4262178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [EJB 3.0 Users] - Re: SessionBean and the case of RESTRICTIONS for entitquery

2009-10-25 Thread nmatrix9
@Entity @Name("users") @Table(name = "exoshell_users", schema = "public", uniqueConstraints = @UniqueConstraint(columnNames = { "username", "emailaddress" })) public class ExoshellUsers implements java.io.Serializable { private int userId; private String username; private String userpassword