-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated Hibernate array user types (#1130)
* Remove BigintArrayUserType * Remove TextArrayUserType * Remove AbstractArrayUserType * Remove associated tests and test class SampleEntity Closes #1118
- Loading branch information
1 parent
72032f2
commit bdd6530
Showing
6 changed files
with
0 additions
and
481 deletions.
There are no files selected for viewing
116 changes: 0 additions & 116 deletions
116
src/main/java/org/kiwiproject/hibernate/usertype/AbstractArrayUserType.java
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
src/main/java/org/kiwiproject/hibernate/usertype/BigintArrayUserType.java
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
src/main/java/org/kiwiproject/hibernate/usertype/TextArrayUserType.java
This file was deleted.
Oops, something went wrong.
125 changes: 0 additions & 125 deletions
125
src/test/java/org/kiwiproject/hibernate/usertype/ArrayUserTypesIntegrationTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.