Subversion Repositories SmartDukaan

Rev

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

Rev 35406 Rev 35652
Line 13... Line 13...
13
 *
13
 *
14
 * @author Pinelabs Integration Team
14
 * @author Pinelabs Integration Team
15
 * @since 1.0
15
 * @since 1.0
16
 */
16
 */
17
@Entity
17
@Entity
18
@Table(name = "pinelabs_customers", schema = "fofo")
18
@Table(name = "fofo.pinelabs_customers", schema = "fofo")
19
public class PinelabsCustomer implements Serializable {
19
public class PinelabsCustomer implements Serializable {
20
 
20
 
21
    private static final long serialVersionUID = 1L;
21
    private static final long serialVersionUID = 1L;
22
 
22
 
23
    @Id
23
    @Id