|
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.Account</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.Address</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.AnnotatedAuditableUser</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.AuditableRole</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.AuditableRole</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.AuditableUser</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.Category</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.Child</class>
|
|
|
|
|
@@ -113,6 +113,8 @@
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.User</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$Sample</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithIdClass</class>
|
|
|
|
|
<exclude-unlisted-classes>true</exclude-unlisted-classes>
|
|
|
|
|
<properties>
|
|
|
|
|
<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect" />
|
|
|
|
|
@@ -126,12 +128,8 @@
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.User</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$Sample</class>
|
|
|
|
|
<class>
|
|
|
|
|
org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass
|
|
|
|
|
</class>
|
|
|
|
|
<class>
|
|
|
|
|
org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithIdClass
|
|
|
|
|
</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithIdClass</class>
|
|
|
|
|
<exclude-unlisted-classes>true</exclude-unlisted-classes>
|
|
|
|
|
<properties>
|
|
|
|
|
<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect" />
|
|
|
|
|
@@ -145,22 +143,18 @@
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.User</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$Sample</class>
|
|
|
|
|
<class>
|
|
|
|
|
org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass
|
|
|
|
|
</class>
|
|
|
|
|
<class>
|
|
|
|
|
org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithIdClass
|
|
|
|
|
</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithIdClass</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.Dummy</class>
|
|
|
|
|
<exclude-unlisted-classes>true</exclude-unlisted-classes>
|
|
|
|
|
<properties>
|
|
|
|
|
<property name="javax.persistence.jdbc.driver" value="org.hsqldb.jdbcDriver"/>
|
|
|
|
|
<property name="javax.persistence.jdbc.url" value="jdbc:hsqldb:mem:test"/>
|
|
|
|
|
<property name="javax.persistence.jdbc.user" value="sa"/>
|
|
|
|
|
<property name="javax.persistence.jdbc.password" value=""/>
|
|
|
|
|
<property name="eclipselink.ddl-generation" value="create-tables"/>
|
|
|
|
|
<property name="eclipselink.ddl-generation.output-mode" value="database"/>
|
|
|
|
|
</properties>
|
|
|
|
|
<properties>
|
|
|
|
|
<property name="javax.persistence.jdbc.driver" value="org.hsqldb.jdbcDriver" />
|
|
|
|
|
<property name="javax.persistence.jdbc.url" value="jdbc:hsqldb:mem:test" />
|
|
|
|
|
<property name="javax.persistence.jdbc.user" value="sa" />
|
|
|
|
|
<property name="javax.persistence.jdbc.password" value="" />
|
|
|
|
|
<property name="eclipselink.ddl-generation" value="create-tables" />
|
|
|
|
|
<property name="eclipselink.ddl-generation.output-mode" value="database" />
|
|
|
|
|
</properties>
|
|
|
|
|
</persistence-unit>
|
|
|
|
|
<persistence-unit name="metadata_oj">
|
|
|
|
|
<provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
|
|
|
|
|
@@ -169,15 +163,14 @@
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.MailSender</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.User</class>
|
|
|
|
|
<class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$Sample</class>
|
|
|
|
|
<class>org.springframework.data.jpa.domain.sample.Dummy</class>
|
|
|
|
|
<exclude-unlisted-classes>true</exclude-unlisted-classes>
|
|
|
|
|
<properties>
|
|
|
|
|
<property name="openjpa.jdbc.DBDictionary" value="hsql" />
|
|
|
|
|
<property name="openjpa.ConnectionDriverName" value="org.hsqldb.jdbcDriver" />
|
|
|
|
|
<property name="openjpa.ConnectionURL" value="jdbc:hsqldb:mem:test" />
|
|
|
|
|
<property name="openjpa.ConnectionUserName" value="sa" />
|
|
|
|
|
<property name="openjpa.ConnectionPassword" value="" />
|
|
|
|
|
<property name="openjpa.ConnectionDriverName" value="org.hsqldb.jdbcDriver" />
|
|
|
|
|
<property name="openjpa.ConnectionURL" value="jdbc:hsqldb:mem:test" />
|
|
|
|
|
<property name="openjpa.ConnectionUserName" value="sa" />
|
|
|
|
|
<property name="openjpa.ConnectionPassword" value="" />
|
|
|
|
|
</properties>
|
|
|
|
|
</persistence-unit>
|
|
|
|
|
|
|
|
|
|
|