File tree 1 file changed +2
-2
lines changed
spring-data-jpa/src/test/resources/META-INF
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 177
177
<class >org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$ExampleEntityWithUUIDId</class >
178
178
<exclude-unlisted-classes >true</exclude-unlisted-classes >
179
179
<properties >
180
- <property name =" hibernate.dialect" value =" org.hibernate.dialect.PostgreSQL91Dialect " />
180
+ <property name =" hibernate.dialect" value =" org.hibernate.dialect.PostgreSQLDialect " />
181
181
</properties >
182
182
</persistence-unit >
183
183
<persistence-unit name =" metadata-id-handling-el" >
195
195
<class >org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformationIntegrationTests$ExampleEntityWithUUIDId</class >
196
196
<exclude-unlisted-classes >true</exclude-unlisted-classes >
197
197
<properties >
198
- <property name =" hibernate.dialect" value =" org.hibernate.dialect.PostgreSQL91Dialect " />
198
+ <property name =" hibernate.dialect" value =" org.hibernate.dialect.PostgreSQLDialect " />
199
199
</properties >
200
200
</persistence-unit >
201
201
You can’t perform that action at this time.
0 commit comments