META-INF.persistence.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of entity-assist Show documentation
Show all versions of entity-assist Show documentation
A Domain Driven SQL Builder Generator for JPMS/JDK8
<persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd" version="2.1"> <persistence-unit name="entityassist_generator"> <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider> <class>com.jwebmp.entityassist.converters.LocalDateAttributeConverter</class> <class>com.jwebmp.entityassist.converters.LocalDateTimeAttributeConverter</class> <class>com.jwebmp.entityassist.converters.LocalDateTimestampAttributeConverter</class> <class>com.jwebmp.entityassist.CoreEntity</class> <class>com.jwebmp.entityassist.BaseEntity</class> <class>com.jwebmp.entityassist.SCDEntity</class> <exclude-unlisted-classes>true</exclude-unlisted-classes> <properties> <property name="guicedpersistence.ignore" value="true"/> <property name="jboss.as.jpa.managed" value="false"/> </properties> </persistence-unit> </persistence>