Subversion Repositories SmartDukaan

Rev

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

Rev 24159 Rev 31860
Line 12... Line 12...
12
import javax.persistence.Table;
12
import javax.persistence.Table;
13
 
13
 
14
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
14
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
15
 
15
 
16
@Entity
16
@Entity
17
@Table(name = "user.location", schema = "user")
17
@Table(name = "user.location")
18
public class Location implements Serializable {
18
public class Location implements Serializable {
19
 
19
 
20
	private static final long serialVersionUID = 1L;
20
	private static final long serialVersionUID = 1L;
21
 
21
 
22
	@Id
22
	@Id