-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(persistence): simplify persistence service hierarchy (#2731)
by merging classes: * TenantHibernatePersistenceService * AbstractHibernatePersistenceService * AbstractDBPersistenceService and by removing extra useless interface TenantPersistenceService Also removed unused Datasource object
- Loading branch information
1 parent
e7fc47c
commit 7c18410
Showing
6 changed files
with
218 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
152 changes: 0 additions & 152 deletions
152
...istence/src/main/java/org/bonitasoft/engine/persistence/AbstractDBPersistenceService.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.