Subversion Repositories SmartDukaan

Rev

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

Rev 26958 Rev 31860
Line 8... Line 8...
8
import javax.persistence.GenerationType;
8
import javax.persistence.GenerationType;
9
import javax.persistence.Id;
9
import javax.persistence.Id;
10
import javax.persistence.Table;
10
import javax.persistence.Table;
11
 
11
 
12
@Entity
12
@Entity
13
@Table(name = "dtr.banner_listing", schema = "dtr")
13
@Table(name = "dtr.banner_listing")
14
public class BannerListing implements Serializable {
14
public class BannerListing implements Serializable {
15
 
15
 
16
	private static final long serialVersionUID = 1L;
16
	private static final long serialVersionUID = 1L;
17
 
17
 
18
	@Id
18
	@Id