Subversion Repositories SmartDukaan

Rev

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

Rev 24317 Rev 31860
Line 17... Line 17...
17
 * 
17
 * 
18
 * @author Govind
18
 * @author Govind
19
 *
19
 *
20
 */
20
 */
21
@Entity
21
@Entity
22
@Table(name = "fofo.partner_service_brand", schema = "fofo")
22
@Table(name = "fofo.partner_service_brand")
23
public class PartnerBrandService {
23
public class PartnerBrandService {
24
 
24
 
25
	@Id
25
	@Id
26
	@Column(name = "id", unique = true, updatable = false)
26
	@Column(name = "id", unique = true, updatable = false)
27
	@GeneratedValue(strategy = GenerationType.IDENTITY)
27
	@GeneratedValue(strategy = GenerationType.IDENTITY)