danhaywood commented on code in PR #1019:
URL: https://github.com/apache/isis/pull/1019#discussion_r926785718


##########
persistence/jpa/integration/src/main/java/org/apache/isis/persistence/jpa/integration/entity/JpaEntityFacetFactory.java:
##########
@@ -393,6 +409,12 @@ private static JpaObjectIdSerializer 
createJpaObjectIdSerializer(
                 return new ByteIdSerializer();
             }
         }
+        Can<BookmarkService.Stringifier> select = 
serviceRegistry.select(BookmarkService.Stringifier.class);
+        for (BookmarkService.Stringifier stringifier : select.toList()) {
+            if(stringifier.handles() == primaryKeyType) {

Review Comment:
   It has ended up like this, indeed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to