Subversion Repositories SmartDukaan

Rev

Rev 25570 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25570 Rev 31860
Line 6... Line 6...
6
import javax.persistence.Entity;
6
import javax.persistence.Entity;
7
import javax.persistence.Id;
7
import javax.persistence.Id;
8
import javax.persistence.Table;
8
import javax.persistence.Table;
9
 
9
 
10
@Entity
10
@Entity
11
@Table(name = "cs.partner_position", schema = "cs")
11
@Table(name = "cs.partner_position")
12
public class PartnerPosition implements Serializable {
12
public class PartnerPosition implements Serializable {
13
 
13
 
14
	private static final long serialVersionUID = 1L;
14
	private static final long serialVersionUID = 1L;
15
 
15
 
16
	@Id
16
	@Id