|
4 | 4 | xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_2.xsd"
|
5 | 5 | version="3.2">
|
6 | 6 | <persistence-unit name="spring-data-jpa">
|
| 7 | + <mapping-file>META-INF/orm.xml</mapping-file> |
7 | 8 | <class>org.springframework.data.jpa.domain.AbstractPersistable</class>
|
8 | 9 | <class>org.springframework.data.jpa.domain.AbstractAuditable</class>
|
9 | 10 | <class>org.springframework.data.jpa.domain.sample.AbstractAnnotatedAuditable</class>
|
|
69 | 70 | <class>org.springframework.data.jpa.domain.sample.MailMessage</class>
|
70 | 71 | <class>org.springframework.data.jpa.domain.sample.MailSender</class>
|
71 | 72 | <class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
| 73 | + <class>org.springframework.data.jpa.domain.sample.Role</class> |
72 | 74 | <class>org.springframework.data.jpa.domain.sample.User</class>
|
73 | 75 | <class>org.springframework.data.jpa.domain.sample.Dummy</class>
|
74 | 76 | <exclude-unlisted-classes>true</exclude-unlisted-classes>
|
|
78 | 80 | <class>org.springframework.data.jpa.domain.sample.MailMessage</class>
|
79 | 81 | <class>org.springframework.data.jpa.domain.sample.MailSender</class>
|
80 | 82 | <class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
| 83 | + <class>org.springframework.data.jpa.domain.sample.Role</class> |
81 | 84 | <class>org.springframework.data.jpa.domain.sample.User</class>
|
82 | 85 | <class>org.springframework.data.jpa.repository.cdi.Person</class>
|
83 | 86 | <class>org.springframework.data.jpa.domain.sample.Dummy</class>
|
|
95 | 98 | <!-- DATAJPA-476 -->
|
96 | 99 | <persistence-unit name="merchant">
|
97 | 100 | <class>org.springframework.data.jpa.domain.sample.User</class>
|
| 101 | + <class>org.springframework.data.jpa.domain.sample.Role</class> |
98 | 102 | <class>org.springframework.data.jpa.repository.query.QueryUtilsIntegrationTests$Merchant</class>
|
99 | 103 | <class>org.springframework.data.jpa.repository.query.QueryUtilsIntegrationTests$Address</class>
|
100 | 104 | <class>org.springframework.data.jpa.repository.query.QueryUtilsIntegrationTests$Employee</class>
|
|
122 | 126 | <class>org.springframework.data.jpa.domain.sample.MailSender</class>
|
123 | 127 | <class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
124 | 128 | <class>org.springframework.data.jpa.domain.sample.User</class>
|
| 129 | + <class>org.springframework.data.jpa.domain.sample.Role</class> |
125 | 130 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$Sample</class>
|
126 | 131 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass</class>
|
127 | 132 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithIdClass</class>
|
|
140 | 145 | <class>org.springframework.data.jpa.domain.sample.MailSender</class>
|
141 | 146 | <class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
142 | 147 | <class>org.springframework.data.jpa.domain.sample.User</class>
|
| 148 | + <class>org.springframework.data.jpa.domain.sample.Role</class> |
143 | 149 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$Sample</class>
|
144 | 150 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass</class>
|
145 | 151 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithIdClass</class>
|
|
164 | 170 | <class>org.springframework.data.jpa.domain.sample.MailSender</class>
|
165 | 171 | <class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
166 | 172 | <class>org.springframework.data.jpa.domain.sample.User</class>
|
| 173 | + <class>org.springframework.data.jpa.domain.sample.Role</class> |
167 | 174 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$Sample</class>
|
168 | 175 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass</class>
|
169 | 176 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithIdClass</class>
|
|
181 | 188 | <class>org.springframework.data.jpa.domain.sample.MailMessage</class>
|
182 | 189 | <class>org.springframework.data.jpa.domain.sample.MailSender</class>
|
183 | 190 | <class>org.springframework.data.jpa.domain.sample.MailUser</class>
|
| 191 | + <class>org.springframework.data.jpa.domain.sample.Role</class> |
184 | 192 | <class>org.springframework.data.jpa.domain.sample.User</class>
|
185 | 193 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$Sample</class>
|
186 | 194 | <class>org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$EntityWithNestedIdClass</class>
|
|
0 commit comments