Subversion Repositories SmartDukaan

Rev

Rev 22859 | Rev 23339 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22859 Rev 23297
Line 7... Line 7...
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="fofo.scheme_in_out", schema = "fofo")
11
@Table(name="fofo.scheme_in_out", schema = "fofo")
12
 
-
 
13
public class SchemeInOut implements Serializable{
12
public class SchemeInOut implements Serializable{
14
 
13
 
15
	private static final long serialVersionUID = 1L;
14
	private static final long serialVersionUID = 1L;
16
	
15
	
17
	@Id
16
	@Id