/ Published in: Java
Expand |
Embed | Plain Text
@Id @Column(name = "OFFER_ID") @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "OFR_OFFERS_SEQ") @SequenceGenerator(name = "OFR_OFFERS_SEQ", sequenceName = "OFR_OFFERS_SEQ", allocationSize = 1) private Long offerId;
You need to login to post a comment.
