Christian Beikov

Results 516 comments of Christian Beikov

Possible alternative https://github.com/hibernate/hibernate-orm/pull/8913

Thanks for all the work you put in. While looking at your PR I figured that implicit table determination for columns in embeddables was a bit broken. I'm closing this...

Thanks a lot for the test and fix. I just now realized that other optimizer strategies might also run into this problem. I think it would be best to extend...

Thanks a lot for the work @stringintech and sorry it took so long for me to work on this. I created https://github.com/hibernate/hibernate-orm/pull/10650 now which is a rebased version of your...

Your examples also mention `document?.collection?.name` which is probably something that we should discuss separately, because collection de-reference isn't supported with the `.` operator. Not even in Hibernate ORM.

Please exclude the tests from the next 3.1 and 3.2 TCK builds.

How about naming it EntityRepository, EntityAccessor, EntityService or EntityStore?

Or EntityController, EntityRegistry, EntityHub?

Hi and sorry it took so long for me to respond. This looks like a bug in Hibernate ORM, but to be able to look into it more deeply, I'd...