-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update most of the entityManager methods to support receiving an extra ParameterizedType in case the user need to persist a Generic entity. The type lost by erasure will then be reified using the informations from the Parameterized type and the fields will be introspected as normal. Previous behaviour is not impacted and no breaking change was needed.
- Loading branch information
Developer Environment
authored and
Aurelien Thieriot
committed
Nov 15, 2017
1 parent
b0ab810
commit 419c442
Showing
29 changed files
with
1,394 additions
and
437 deletions.
There are no files selected for viewing
190 changes: 150 additions & 40 deletions
190
src/main/java/com/jmethods/catatumbo/DatastoreAccess.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.