Jpa eclipselink compability

- With this change, Eclipselink support is added to SSM.
  To do this, table names are modified and some primitive
  types are changed to object types.
- Edited import class types.
This commit is contained in:
Dogukan Kundum
2020-02-27 17:24:59 +03:00
committed by Janne Valkealahti
parent 9e0bdae46f
commit 3c38675eb0
8 changed files with 73 additions and 44 deletions

View File

@@ -180,7 +180,7 @@ public class MongoDbRepositoryState extends RepositoryState {
}
@Override
public boolean isInitial() {
public Boolean isInitial() {
return initial;
}