diff --git a/src/test/resources/META-INF/persistence.xml b/src/test/resources/META-INF/persistence.xml index 5a85d4510..e58401db3 100644 --- a/src/test/resources/META-INF/persistence.xml +++ b/src/test/resources/META-INF/persistence.xml @@ -1,57 +1,56 @@ - org.springframework.data.jpa.domain.sample.AbstractMappedType org.springframework.data.jpa.domain.AbstractPersistable org.springframework.data.jpa.domain.AbstractAuditable - org.springframework.data.jpa.domain.sample.Account org.springframework.data.jpa.domain.sample.AbstractAnnotatedAuditable + org.springframework.data.jpa.domain.sample.AbstractMappedType + org.springframework.data.jpa.domain.sample.Account + org.springframework.data.jpa.domain.sample.Address org.springframework.data.jpa.domain.sample.AnnotatedAuditableUser - org.springframework.data.jpa.domain.sample.AuditableUser org.springframework.data.jpa.domain.sample.AuditableRole - org.springframework.data.jpa.domain.sample.Parent - org.springframework.data.jpa.domain.sample.PrimitiveVersionProperty - org.springframework.data.jpa.domain.sample.PersistableWithIdClass + org.springframework.data.jpa.domain.sample.AuditableUser org.springframework.data.jpa.domain.sample.Child + org.springframework.data.jpa.domain.sample.ConcreteType1 + org.springframework.data.jpa.domain.sample.ConcreteType2 + org.springframework.data.jpa.domain.sample.Customer + org.springframework.data.jpa.domain.sample.EmbeddedIdExampleEmployeePK + org.springframework.data.jpa.domain.sample.EmbeddedIdExampleEmployee + org.springframework.data.jpa.domain.sample.EmbeddedIdExampleDepartment + org.springframework.data.jpa.domain.sample.IdClassExampleEmployee + org.springframework.data.jpa.domain.sample.IdClassExampleDepartment + org.springframework.data.jpa.domain.sample.MailMessage + org.springframework.data.jpa.domain.sample.MailSender + org.springframework.data.jpa.domain.sample.MailUser + org.springframework.data.jpa.domain.sample.Order + org.springframework.data.jpa.domain.sample.Parent + org.springframework.data.jpa.domain.sample.PersistableWithIdClass + org.springframework.data.jpa.domain.sample.PrimitiveVersionProperty org.springframework.data.jpa.domain.sample.Role - org.springframework.data.jpa.domain.sample.SpecialUser - org.springframework.data.jpa.domain.sample.User org.springframework.data.jpa.domain.sample.SampleEntity org.springframework.data.jpa.domain.sample.SampleEntityPK org.springframework.data.jpa.domain.sample.SampleWithIdClass org.springframework.data.jpa.domain.sample.SampleWithPrimitiveId org.springframework.data.jpa.domain.sample.SampleWithTimestampVersion + org.springframework.data.jpa.domain.sample.SpecialUser + org.springframework.data.jpa.domain.sample.User org.springframework.data.jpa.domain.sample.VersionedUser - org.springframework.data.jpa.domain.sample.AbstractMappedType - org.springframework.data.jpa.domain.sample.ConcreteType1 - org.springframework.data.jpa.domain.sample.ConcreteType2 - org.springframework.data.jpa.domain.sample.IdClassExampleEmployee - org.springframework.data.jpa.domain.sample.IdClassExampleDepartment - org.springframework.data.jpa.domain.sample.EmbeddedIdExampleEmployeePK - org.springframework.data.jpa.domain.sample.EmbeddedIdExampleEmployee - org.springframework.data.jpa.domain.sample.EmbeddedIdExampleDepartment - org.springframework.data.jpa.domain.sample.Customer - org.springframework.data.jpa.domain.sample.Order - org.springframework.data.jpa.domain.sample.Address - org.springframework.data.jpa.domain.sample.MailMessage - org.springframework.data.jpa.domain.sample.MailSender - org.springframework.data.jpa.domain.sample.MailUser true - org.springframework.data.jpa.domain.sample.User org.springframework.data.jpa.domain.sample.MailMessage org.springframework.data.jpa.domain.sample.MailSender org.springframework.data.jpa.domain.sample.MailUser + org.springframework.data.jpa.domain.sample.User true org.hibernate.ejb.HibernatePersistence - org.springframework.data.jpa.domain.sample.User - org.springframework.data.jpa.repository.cdi.Person org.springframework.data.jpa.domain.sample.MailMessage org.springframework.data.jpa.domain.sample.MailSender org.springframework.data.jpa.domain.sample.MailUser + org.springframework.data.jpa.domain.sample.User + org.springframework.data.jpa.repository.cdi.Person true