added table annotation for teaminvite

This commit is contained in:
Michael 2019-04-29 14:44:38 +02:00
parent 37af0bb49e
commit c53fbaf9d5

View File

@ -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