Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @Entity
  2. @Table(name = "affiliate_net_product_fetch")
  3. @Data
  4. @NoArgsConstructor
  5. public class AffiliateNetProductFetch {
  6.  
  7. @Id
  8. @GeneratedValue(strategy = SEQUENCE, generator = "affiliate_net_product_fetch_generator")
  9. @SequenceGenerator(name = "affiliate_net_product_fetch_generator", sequenceName = "affiliate_net_product_fetch_id_seq")
  10. private Integer id;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement