Hi,

Is it possible to use property based persistence while annotating private 
fields?
Something like:

@Entity
  | public class Foo {
  | 
  |     @Id @GeneratedValue
  |     private Long id;
  | 
  |     ....
  | 
  |     public Long getId() { ... }
  |     public void setId() { ... }
  | }

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133570#4133570

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133570
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to