Adding final flag to jpa implementations
This commit is contained in:
parent
4586b826d9
commit
ac89b6bb2d
@ -449,5 +449,8 @@ private EntityManager getEm() {
|
||||
return em;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean isFinalImplementation() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -329,6 +329,8 @@ public String getDescriptionKey() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public boolean isFinalImplementation() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user