META-INF.persistence.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8" ?> <persistence 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_2.xsd" version="2.2"> <persistence-unit name="test"> <class>io.github.nscuro.datanucleus.postgresql.test.model.Person</class> <exclude-unlisted-classes /> </persistence-unit> </persistence>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy