[jboss-user] [EJB 3.0 Users] - Is there actual useful books/documentation on EntityQuery?

2009-10-28 Thread nmatrix9
Hello EJB 3.0 Users, I'm stuck on trying implement/use certain EJB 3.0 EntityQuery methods. A fellow EJB 3.0 user suggested I go to http://docs.jboss.org/seam/2.0.0.GA/api/. I mean it's great that theres a actual reference to the methods of EntityQuery but as far providing useful context and

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

2009-10-25 Thread nmatrix9
Hello EJB 3.0 Users I've just noticed that creates class that extends EntityQuery, some generated classes do NOT have any restrictsion set in the RESTRICTIONS array. I tried to find out why but so far I have not found any useful information on this. Anyways I have a class called

[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;