Subversion Repositories SmartDukaan

Rev

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

Rev 28754 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.high_demand_items", schema = "catalog")
14
@Table(name = "catalog.high_demand_items")
15
public class HighDemandItem implements Serializable {
15
public class HighDemandItem implements Serializable {
16
 
16
 
17
	/**
17
	/**
18
	 * 
18
	 * 
19
	 */
19
	 */