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 b66014b commit 15a7c84Copy full SHA for 15a7c84
hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/EntityManagerFactoryImpl.java
@@ -692,7 +692,8 @@ else if ( entity instanceof ManagedEntity ) {
692
"(although Hibernate also adapts this support to its proxies); " +
693
"however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier"
694
);
695
- return getIdentifierFromPersister( entity ); }
+ return getIdentifierFromPersister( entity );
696
+ }
697
}
698
699
private Object getIdentifierFromPersister(Object entity) {
0 commit comments