Project

General

Profile

« Previous | Next » 

Revision 49900

work in progress, the application starts

View differences:

IdentityDbEntry.java
1 1
package eu.dnetlib.openaire.exporter.model.datasource.db;
2 2

  
3 3
import javax.persistence.Entity;
4
import javax.persistence.Id;
5 4
import javax.persistence.Table;
6 5

  
7 6
import eu.dnetlib.enabling.datasources.common.Identity;
......
17 16
@ApiModel(value = "Identities model", description = "provides identity details")
18 17
public class IdentityDbEntry extends Identity {
19 18

  
20
	@Id
21
	public String getPid() {
22
		return super.getPid();
23
	}
24

  
25 19
}

Also available in: Unified diff