added table annotation for teaminvite
This commit is contained in:
parent
37af0bb49e
commit
c53fbaf9d5
@ -1,9 +1,9 @@
|
|||||||
package hhn.labsw.bugageocaching.entities;
|
package hhn.labsw.bugageocaching.entities;
|
||||||
|
|
||||||
import javax.persistence.GeneratedValue;
|
import javax.persistence.*;
|
||||||
import javax.persistence.Id;
|
|
||||||
import javax.persistence.OneToOne;
|
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
@Table
|
||||||
public class TeamInvite {
|
public class TeamInvite {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user