You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Hibernate to the pom as provided scope
* Add test dependencies embedded-postgres and liquibase-core
* Update postgresql version to 42.2.18
* Add AbstractArrayUserType base class
* Add BigintArrayUserType
* Add TextArrayUserType
* Add unit test for the array user types which tests methods that are
not called when the integration test runs: ArrayUserTypesUnitTest
* Add integration test for the array user types:
ArrayUserTypesIntegrationTest
* Add SampleEntity, a Hibernate entity class for the integration test
* Add array-usertype-migration.xml, a Liquibase migration for the
user types integration test
Fixes#393Fixes#394Fixes#395
* Add Hibernate array UserTypes
* Add Hibernate to the pom as provided scope
* Add test dependencies embedded-postgres and liquibase-core
* Update postgresql version to 42.2.18
* Add AbstractArrayUserType base class
* Add BigintArrayUserType
* Add TextArrayUserType
* Add unit test for the array user types which tests methods that are
not called when the integration test runs: ArrayUserTypesUnitTest
* Add integration test for the array user types:
ArrayUserTypesIntegrationTest
* Add SampleEntity, a Hibernate entity class for the integration test
* Add array-usertype-migration.xml, a Liquibase migration for the
user types integration test
Fixes#393Fixes#394Fixes#395
Co-authored-by: Chris Rohr <51920+chrisrohr@users.noreply.github.com>
Base class for several other Hibernate
UserType
classes for array typesThe text was updated successfully, but these errors were encountered: