Subversion Repositories SmartDukaan

Rev

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

Rev 25300 Rev 31860
Line 13... Line 13...
13
 
13
 
14
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
14
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
15
 
15
 
16
@SuppressWarnings("serial")
16
@SuppressWarnings("serial")
17
@Entity
17
@Entity
18
@Table(name = "dtr.pushnotifications", schema = "dtr")
18
@Table(name = "dtr.pushnotifications")
19
public class PushNotifications implements Serializable {
19
public class PushNotifications implements Serializable {
20
 
20
 
21
	@Id
21
	@Id
22
	@Column(name = "id", unique = true, updatable = false)
22
	@Column(name = "id", unique = true, updatable = false)
23
	@GeneratedValue(strategy = GenerationType.IDENTITY)
23
	@GeneratedValue(strategy = GenerationType.IDENTITY)