<persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<!-- Enables HDB support: provides persistance unit to eclipse link entity manager, remove comment if required
  <persistence-unit name="java" transaction-type="JTA">
    <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
    <jta-data-source>jdbc/DefaultDB</jta-data-source>
    <properties>
      <property name="eclipselink.target-database"
        value="org.eclipse.persistence.platform.database.HANAPlatform" />
    </properties>
  </persistence-unit>
 -->
</persistence>