Subversion Repositories SmartDukaan

Rev

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

Rev 22859 Rev 31860
Line 10... Line 10...
10
 * 
10
 * 
11
 * @author ashikali
11
 * @author ashikali
12
 *
12
 *
13
 */
13
 */
14
@Entity
14
@Entity
15
@Table(name="user.privatedealuser", schema = "user")
15
@Table(name="user.privatedealuser")
16
public class PrivateDealUser {
16
public class PrivateDealUser {
17
	
17
	
18
	@Id
18
	@Id
19
	@Column(name="id", unique=true, updatable=false)
19
	@Column(name="id", unique=true, updatable=false)
20
	private int id;
20
	private int id;