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

This commit is contained in:
sampadawagde 2020-03-15 12:50:17 +05:30
parent 12a7e6fdf9
commit 5f8123f804
40 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
## Hibernate 5
## Hibernate Enterprise
This module contains articles about Hibernate 5.
This module contains articles about Hibernate.
### Relevant articles:
@ -9,5 +9,4 @@ This module contains articles about Hibernate 5.
- [Hibernate Aggregate Functions](https://www.baeldung.com/hibernate-aggregate-functions)
- [Common Hibernate Exceptions](https://www.baeldung.com/hibernate-exceptions)
- [Hibernate Error “Not all named parameters have been set”](https://www.baeldung.com/hibernate-error-named-parameters-not-set)
- [FetchMode in Hibernate](https://www.baeldung.com/hibernate-fetchmode)
- [Various Logging Levels in Hibernate](https://www.baeldung.com/hibernate-logging-levels)

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-enterprise</artifactId>
<artifactId>hibernate-enterprise</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>hibernate5-enterprise</name>
<name>hibernate-enterprise</name>
<parent>
<groupId>com.baeldung</groupId>