Subversion Repositories SmartDukaan

Rev

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

Rev 31494 Rev 31860
Line 6... Line 6...
6
import javax.persistence.GenerationType;
6
import javax.persistence.GenerationType;
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 = "catalog.brand_category", schema = "catalog")
11
@Table(name = "catalog.brand_category")
12
 
12
 
13
public class BrandCategory {
13
public class BrandCategory {
14
 
14
 
15
	@Id
15
	@Id
16
	@Column(name = "id", columnDefinition = "int(11)")
16
	@Column(name = "id", columnDefinition = "int(11)")