Subversion Repositories SmartDukaan

Rev

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

Rev 29667 Rev 31860
Line 9... Line 9...
9
import javax.persistence.GenerationType;
9
import javax.persistence.GenerationType;
10
import javax.persistence.Id;
10
import javax.persistence.Id;
11
import javax.persistence.Table;
11
import javax.persistence.Table;
12
 
12
 
13
@Entity
13
@Entity
14
@Table(name = "catalog.focused_model", schema = "catalog")
14
@Table(name = "catalog.focused_model")
15
public class FocusedModel implements Serializable {
15
public class FocusedModel implements Serializable {
16
 
16
 
17
	private static final long serialVersionUID = 1L;
17
	private static final long serialVersionUID = 1L;
18
 
18
 
19
	@Id
19
	@Id