JAVA-4: Renamed hibernate5-jpa to hibernate-jpa
This commit is contained in:
parent
5f8123f804
commit
376d0a6ff6
|
@ -1,6 +1,6 @@
|
||||||
## Hibernate 5
|
## Hibernate JPA
|
||||||
|
|
||||||
This module contains articles about Hibernate 5.
|
This module contains articles about Hibernate JPA.
|
||||||
|
|
||||||
### Relevant articles:
|
### Relevant articles:
|
||||||
|
|
||||||
|
@ -12,5 +12,4 @@ This module contains articles about Hibernate 5.
|
||||||
- [One-to-One Relationship in JPA](https://www.baeldung.com/jpa-one-to-one)
|
- [One-to-One Relationship in JPA](https://www.baeldung.com/jpa-one-to-one)
|
||||||
- [Enabling Transaction Locks in Spring Data JPA](https://www.baeldung.com/java-jpa-transaction-locks)
|
- [Enabling Transaction Locks in Spring Data JPA](https://www.baeldung.com/java-jpa-transaction-locks)
|
||||||
- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception)
|
- [TransactionRequiredException Error](https://www.baeldung.com/jpa-transaction-required-exception)
|
||||||
- [FetchMode in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-fetchmode)
|
|
||||||
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
|
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
|
|
@ -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-jpa</artifactId>
|
<artifactId>hibernate-jpa</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>hibernate5-jpa</name>
|
<name>hibernate-jpa</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