Subversion Repositories SmartDukaan

Rev

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

Rev 29400 Rev 31860
Line 8... Line 8...
8
import javax.persistence.Table;
8
import javax.persistence.Table;
9
 
9
 
10
import com.spice.profitmandi.common.util.Utils.Attachment;
10
import com.spice.profitmandi.common.util.Utils.Attachment;
11
 
11
 
12
@Entity
12
@Entity
13
@Table(name = "user.onboarding_email", schema = "user")
13
@Table(name = "user.onboarding_email")
14
public class OnboardingEmail {
14
public class OnboardingEmail {
15
	@Id
15
	@Id
16
	@Column(name = "id", unique = true, updatable = false)
16
	@Column(name = "id", unique = true, updatable = false)
17
	@GeneratedValue(strategy = GenerationType.IDENTITY)
17
	@GeneratedValue(strategy = GenerationType.IDENTITY)
18
	private int id;
18
	private int id;