removed unneeded annotations

This commit is contained in:
Michael 2019-03-23 18:22:42 +01:00
parent ffca748e93
commit 0ef66cc48f

View File

@ -11,13 +11,8 @@ public class bearbeitet {
@GeneratedValue
private int id;
@OneToOne
private int userID;
@OneToOne
private int cacheID;
@OneToOne
private int cacheAccesDefinitionID;
public int getId() {