File tree 2 files changed +2
-2
lines changed
native-sql-example/src/main/resources/META-INF
session-example/src/main/resources/META-INF
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd"
4
4
version =" 3.0" >
5
5
6
- <persistence-unit name =" postgresql-example" >
6
+ <persistence-unit name =" postgresql-example" >
7
7
<provider >org.hibernate.reactive.provider.ReactivePersistenceProvider</provider >
8
8
9
9
<class >org.hibernate.reactive.example.nativesql.Author</class >
Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd"
4
4
version =" 3.0" >
5
5
6
- <persistence-unit name =" postgresql-example" >
6
+ <persistence-unit name =" postgresql-example" >
7
7
<provider >org.hibernate.reactive.provider.ReactivePersistenceProvider</provider >
8
8
9
9
<class >org.hibernate.reactive.example.session.Author</class >
You can’t perform that action at this time.
0 commit comments