| private Long id;
| @Id @GeneratedValue( strategy=GenerationType.SEQUENCE,
generator="seq_access")
| @SequenceGenerator(name="seq_access", sequenceName="seq_access",
allocationSize=1)
| public Long getId() { return this.id; }
| public void setId(Long id) { this.id = id; }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949219#3949219
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949219
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user