Each test setups a Redis server before test class
and tears it down after them. Since each Redis server
listens on port 6379, we can't let them to listen to the
same port with parallel options.
* Customizing the Result of JPA Queries with Aggregation Functions Module
* *Code fix for the PR #7977
* *Inclusion of a method and tests for queries returning Object[] for PR #7977
* *Assertions update PR #7977
* *Adjust in the integration tests PR #7977
* [BAEL-3058] Demonstrate named query
* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations
* Fix tab -> space and indentation
* Moved hibernate-parameters to persistence-modules directory per request
* Update persistence-modules/hibernate-parameters/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Set version and add jar packaging
* [BAEL-3058] Refactor package location
* [BAEL-3058] Fixed based on PR 8011 comments - rename module, update deps and move resources/sources
* Fix module name
* [BAEL-3058] Remove hibernate-parameters directory
* Programmatic Transaction Management
* Resolved a few Discussions
* Created a new module
* Refactored the code.
* Added the README
* Resolved the requested changes.
* [BAEL-3058] Demonstrate named query
* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations
* Fix tab -> space and indentation
* Moved hibernate-parameters to persistence-modules directory per request
* Update persistence-modules/hibernate-parameters/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Set version and add jar packaging
* [BAEL-3058] Refactor package location
* [BAEL-3058] Fixed based on PR 8011 comments - rename module, update deps and move resources/sources
* Fix module name