Subversion Repositories SmartDukaan

Rev

Rev 28653 | Rev 32556 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28653 Rev 31860
Line 21... Line 21...
21
 * 
21
 * 
22
 * @author ashikali
22
 * @author ashikali
23
 *
23
 *
24
 */
24
 */
25
@Entity
25
@Entity
26
@Table(name="user.cart", schema = "user")
26
@Table(name="user.cart")
27
 
27
 
28
public class Cart {
28
public class Cart {
29
	
29
	
30
	@Id
30
	@Id
31
	@Column(name="id", unique=true, updatable=false)
31
	@Column(name="id", unique=true, updatable=false)