I just noticed that the entity class uses the objectid as id but it doesn't add the annotation:
@GeneratedValue(strategy = GenerationType.IDENTITY)
Can you try to add it, please?
Thanks