removed unneeded annotations
This commit is contained in:
parent
ffca748e93
commit
0ef66cc48f
@ -11,13 +11,8 @@ public class bearbeitet {
|
|||||||
@GeneratedValue
|
@GeneratedValue
|
||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
@OneToOne
|
|
||||||
private int userID;
|
private int userID;
|
||||||
|
|
||||||
@OneToOne
|
|
||||||
private int cacheID;
|
private int cacheID;
|
||||||
|
|
||||||
@OneToOne
|
|
||||||
private int cacheAccesDefinitionID;
|
private int cacheAccesDefinitionID;
|
||||||
|
|
||||||
public int getId() {
|
public int getId() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user