Subversion Repositories SmartDukaan

Rev

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

Rev 27472 Rev 31860
Line 7... Line 7...
7
import javax.persistence.Id;
7
import javax.persistence.Id;
8
import javax.persistence.Table;
8
import javax.persistence.Table;
9
import java.io.Serializable;
9
import java.io.Serializable;
10
 
10
 
11
@Entity
11
@Entity
12
@Table(name = "fofo.fofo_store_geofence", schema = "fofo")
12
@Table(name = "fofo.fofo_store_geofence")
13
public class FofoStoreGeofence implements Serializable {
13
public class FofoStoreGeofence implements Serializable {
14
	private static final long serialVersionUID = 1L;
14
	private static final long serialVersionUID = 1L;
15
 
15
 
16
	@Id
16
	@Id
17
	@Column(name = "id")
17
	@Column(name = "id")