Subversion Repositories SmartDukaan

Rev

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

Rev 26218 Rev 31860
Line 14... Line 14...
14
import javax.persistence.Transient;
14
import javax.persistence.Transient;
15
 
15
 
16
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
16
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
17
 
17
 
18
@Entity
18
@Entity
19
@Table(name = "fofo.prebooking_listing", schema = "fofo")
19
@Table(name = "fofo.prebooking_listing")
20
public class PrebookingListing implements Serializable {
20
public class PrebookingListing implements Serializable {
21
 
21
 
22
	private static final long serialVersionUID = 1L;
22
	private static final long serialVersionUID = 1L;
23
 
23
 
24
	@Id
24
	@Id