Just Addind UID
This commit is contained in:
@@ -19,6 +19,10 @@ import org.yacos.core.users.User;
|
||||
|
||||
@Entity
|
||||
public class Conference implements Serializable{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1L;
|
||||
@Id
|
||||
@GeneratedValue(strategy=GenerationType.AUTO)
|
||||
private Integer id;
|
||||
|
||||
Reference in New Issue
Block a user