Project

General

Profile

« Previous | Next » 

Revision 47598

- Fixed duplicate dependncies
- Fixed an error in eligibility checking
- Fixed an error in account activation
- Organized imports

View differences:

Project.java
1 1
package eu.dnetlib.goldoa.domain;
2 2

  
3 3
import com.fasterxml.jackson.annotation.JsonBackReference;
4
import org.hibernate.annotations.*;
5
import org.hibernate.annotations.Cache;
4
import com.google.gwt.user.client.rpc.IsSerializable;
6 5

  
7
import java.io.Serializable;
8 6
import javax.persistence.*;
9
import javax.persistence.CascadeType;
10
import javax.persistence.Entity;
11 7
import java.sql.Timestamp;
12 8
import java.util.ArrayList;
13 9
import java.util.List;
......
18 14
 * 
19 15
 */
20 16
@Entity
21
public class Project implements Serializable {
17
public class Project implements IsSerializable {
22 18
	private static final long serialVersionUID = 1L;
23 19
	@Id
24 20
	@Column(columnDefinition = "text")

Also available in: Unified diff