@Id
@Basic(optional = false)
@GeneratedValue(generator="testid_seq")
@SequenceGenerator(name="testid_seq",sequenceName="testid_seq",allocationSize=1)
@Column(name = "testid")
private Long testid;
Create sequence type in Postgres named testid_seq, then modify above code in generated code of entity
Showing posts with label TopLink. Show all posts
Showing posts with label TopLink. Show all posts
Tuesday, October 20, 2009
Subscribe to:
Posts (Atom)