We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e5288 commit 20c0197Copy full SHA for 20c0197
src/main/java/org/springframework/data/mapping/context/AbstractMappingContext.java
@@ -243,7 +243,6 @@ public Collection<E> getPersistentEntities() {
243
@Override
244
@Nullable
245
public E getPersistentEntity(Class<?> type) {
246
- LOGGER.info("obtain persistent entity for type: " + type);
247
return getPersistentEntity(TypeInformation.of(type));
248
}
249
0 commit comments