simplified persistence settings
This commit is contained in:
@ -1,17 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<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">
|
<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">
|
||||||
<persistence-unit name="accountPu" transaction-type="JTA">
|
<persistence-unit name="accountPu" transaction-type="RESOURCE_LOCAL">
|
||||||
<jta-data-source>java:/jboss/accountDs</jta-data-source>
|
<exclude-unlisted-classes>false</exclude-unlisted-classes>
|
||||||
<class>de.muehlencord.shared.account.business.account.entity.AccountEntity</class>
|
|
||||||
<class>de.muehlencord.shared.account.business.account.entity.AccountHistoryEntity</class>
|
|
||||||
<class>de.muehlencord.shared.account.business.account.entity.AccountLoginEntity</class>
|
|
||||||
<class>de.muehlencord.shared.account.business.account.entity.ApiKeyEntity</class>
|
|
||||||
<class>de.muehlencord.shared.account.business.application.entity.ApplicationEntity</class>
|
|
||||||
<class>de.muehlencord.shared.account.business.application.entity.ApplicationPermissionEntity</class>
|
|
||||||
<class>de.muehlencord.shared.account.business.application.entity.ApplicationRoleEntity</class>
|
|
||||||
<class>de.muehlencord.shared.account.business.config.entity.ConfigEntity</class>
|
|
||||||
<class>de.muehlencord.shared.account.business.mail.entity.MailTemplateEntity</class>
|
|
||||||
<exclude-unlisted-classes>true</exclude-unlisted-classes>
|
|
||||||
<shared-cache-mode>ENABLE_SELECTIVE</shared-cache-mode>
|
<shared-cache-mode>ENABLE_SELECTIVE</shared-cache-mode>
|
||||||
<validation-mode>NONE</validation-mode>
|
<validation-mode>NONE</validation-mode>
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user