JAVA-4: Renamed hibernate5-enterprise to hibernate-enterprise
This commit is contained in:
parent
12a7e6fdf9
commit
5f8123f804
|
@ -1,6 +1,6 @@
|
||||||
## Hibernate 5
|
## Hibernate Enterprise
|
||||||
|
|
||||||
This module contains articles about Hibernate 5.
|
This module contains articles about Hibernate.
|
||||||
|
|
||||||
### Relevant articles:
|
### Relevant articles:
|
||||||
|
|
||||||
|
@ -9,5 +9,4 @@ This module contains articles about Hibernate 5.
|
||||||
- [Hibernate Aggregate Functions](https://www.baeldung.com/hibernate-aggregate-functions)
|
- [Hibernate Aggregate Functions](https://www.baeldung.com/hibernate-aggregate-functions)
|
||||||
- [Common Hibernate Exceptions](https://www.baeldung.com/hibernate-exceptions)
|
- [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)
|
- [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)
|
- [Various Logging Levels in Hibernate](https://www.baeldung.com/hibernate-logging-levels)
|
|
@ -3,9 +3,9 @@
|
||||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>hibernate5-enterprise</artifactId>
|
<artifactId>hibernate-enterprise</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>hibernate5-enterprise</name>
|
<name>hibernate-enterprise</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>com.baeldung</groupId>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue