[jboss-user] [EJB 3.0] - Re: naming of attributes in queries

2007-01-19 Thread andydale
Hi, Could you post up some your entity code, and the actual query you are trying to get to work. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003711#4003711 Reply to the post :

[jboss-user] [EJB 3.0] - Re: naming of attributes in queries

2007-01-19 Thread micho
@Entity | @Table(name = Benutzer) | public class User implements Serializable | { private long mSid; | private long mMandantID; | private String mId; | | public User() { super(); } | public String getId() { return mId; } |