Rev 625 | Rev 630 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 625 | Rev 629 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | }
|
49 | }
|
| 50 | 50 | ||
| 51 | @Id |
51 | @Id |
| 52 | @SequenceGenerator(name = "sq_npsposvenda") |
52 | @SequenceGenerator(name = "sq_npsposvenda") |
| 53 | @GeneratedValue(strategy = GenerationType.IDENTITY) |
53 | @GeneratedValue(strategy = GenerationType.IDENTITY) |
| 54 | @Column(name="seq_nps_posvenda", nullable=false) |
- | |
| - | 54 | @Column(name="seq_npsposvenda", nullable=false) |
|
| 55 | public Long getSequencial() { |
55 | public Long getSequencial() { |
| 56 | return sequencial; |
56 | return sequencial; |
| 57 | }
|
57 | }
|
| 58 | public void setSequencial(Long sequencial) { |
58 | public void setSequencial(Long sequencial) { |
| 59 | this.sequencial = sequencial; |
59 | this.sequencial = sequencial; |