JAVA-4: Renamed hibernate5-queries to hibernate-queries

This commit is contained in:
sampadawagde 2020-03-15 12:52:48 +05:30
parent 376d0a6ff6
commit 729d35140e
24 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
## Hibernate 5
## Hibernate Queries
This module contains articles about Hibernate 5.
This module contains articles about use of Queries in Hibernate.
### Relevant articles:

View File

@ -3,9 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate5-queries</artifactId>
<artifactId>hibernate-queries</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>hibernate5-queries</name>
<name>hibernate-queries</name>
<parent>
<groupId>com.baeldung</groupId>

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB