By default "hibernate-core" added to project in "pom.xml" file as follows:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.3.8.Final</version>
</dependency>
But project is also compatible with hibernate 3.X.X versions. You can change these entries accordingly.
1) Build project image using:docker build -t hazelcast-2ndlevel-cache .
- Create database using:
docker run -it --rm hazelcast-2ndlevel-cache bash "./run.sh"
[1. session]command: list
[1. session]command: change
[2. session]command: add
Id: 1
First Name: Name
Last Name: Surname
Salary: 100
[2. session]command: close
[2. session]command: change
[1. session]command: list
Id: 1 First Name: Name Last Name: Surname Salary: 100