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:

Affiliation.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.Entity;
10
import javax.persistence.Table;
11 7
import java.sql.Timestamp;
12 8
import java.util.ArrayList;
13 9
import java.util.List;
14 10

  
15

  
16 11
@Entity
17 12
@Table(name="Affiliation")
18
public class Affiliation implements Serializable {
13
public class Affiliation implements IsSerializable {
19 14
	private static final long serialVersionUID = 1L;
20 15

  
21 16
	@Id

Also available in: Unified diff