8 lines
419 B
XML
8 lines
419 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<persistence version="3.0" xmlns="https://jakarta.ee/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd">
|
|
<!-- Define Persistence Unit -->
|
|
<persistence-unit name="my_persistence_unit">
|
|
|
|
</persistence-unit>
|
|
</persistence>
|