Subversion Repositories SmartDukaan

Rev

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

Rev 25651 Rev 31860
Line 16... Line 16...
16
 
16
 
17
import com.spice.profitmandi.common.enumuration.ContentType;
17
import com.spice.profitmandi.common.enumuration.ContentType;
18
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
18
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
19
 
19
 
20
@Entity
20
@Entity
21
@Table(name = "dtr.document", schema = "dtr")
21
@Table(name = "dtr.document")
22
public class Document {
22
public class Document {
23
 
23
 
24
	@Id
24
	@Id
25
	@Column(name = "id", unique = true, updatable = false)
25
	@Column(name = "id", unique = true, updatable = false)
26
	@GeneratedValue(strategy = GenerationType.IDENTITY)
26
	@GeneratedValue(strategy = GenerationType.IDENTITY)