Initial class
@Entity @Table class User
@Id @GeneratedValue(strategy = GenerationType.SEQUENCE) private Long id private Long pid @Te