Subversion Repositories SmartDukaan

Rev

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

Rev 26131 Rev 31860
Line 12... Line 12...
12
import javax.persistence.Table;
12
import javax.persistence.Table;
13
 
13
 
14
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
14
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
15
 
15
 
16
@Entity
16
@Entity
17
@Table(name = "user.promoter", schema = "user")
17
@Table(name = "user.promoter")
18
public class Promoter {
18
public class Promoter {
19
	@Id
19
	@Id
20
	@Column(name = "id", unique = true, updatable = false)
20
	@Column(name = "id", unique = true, updatable = false)
21
	@GeneratedValue(strategy = GenerationType.IDENTITY)
21
	@GeneratedValue(strategy = GenerationType.IDENTITY)
22
	private int id;
22
	private int id;