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:
committed by
Janne Valkealahti
parent
9e0bdae46f
commit
3c38675eb0
@@ -60,7 +60,7 @@ public abstract class RepositoryState extends BaseRepositoryEntity {
|
||||
*
|
||||
* @return true, if is initial
|
||||
*/
|
||||
public abstract boolean isInitial();
|
||||
public abstract Boolean isInitial();
|
||||
|
||||
/**
|
||||
* Gets the initial action. This is any meaningful if
|
||||
|
||||
Reference in New Issue
Block a user