10 lines
176 B
Java
10 lines
176 B
Java
|
|
package com.baeldung.cayenne;
|
||
|
|
|
||
|
|
import com.baeldung.cayenne.auto._Employee;
|
||
|
|
|
||
|
|
public class Employee extends _Employee {
|
||
|
|
|
||
|
|
private static final long serialVersionUID = 1L;
|
||
|
|
|
||
|
|
}
|