Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Entity
- @Table(name = "first_msg", uniqueConstraints = { @UniqueConstraint( columnNames = { "user_id", "login" } ) })
- public class FirstMsgItem {
- @Id
- @GeneratedValue
- @Column(name = "id")
- private int id;
- ...
Add Comment
Please, Sign In to add comment