diff --git a/src/main/resources/META-INF/persistence.xml b/src/main/resources/META-INF/persistence.xml new file mode 100644 index 0000000..3494f16 --- /dev/null +++ b/src/main/resources/META-INF/persistence.xml @@ -0,0 +1,48 @@ + + + + + Persistence unit for the Jakarta Persistence of the JPA Hospital Example. + + + org.hibernate.jpa.HibernatePersistenceProvider + space.kklochko.jpa_hospital_example.models.Department + space.kklochko.jpa_hospital_example.models.Patient + space.kklochko.jpa_hospital_example.models.Indicator + + + + + + + + + + + + + + + + Test persistence unit for the Jakarta Persistence of the JPA Hospital Example. + + + org.hibernate.jpa.HibernatePersistenceProvider + space.kklochko.jpa_hospital_example.models.Department + space.kklochko.jpa_hospital_example.models.Patient + space.kklochko.jpa_hospital_example.models.Indicator + + + + + + + + + + + +