hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

replicate HHH-14312

Open gavinking opened this issue 3 years ago • 6 comments

See HHH-14312 and https://github.com/hibernate/hibernate-orm/pull/3631

gavinking avatar Nov 16 '20 13:11 gavinking

Uffff. This looks like it is going to be painful to untangle. The whole type hierarchy of batching loaders has completely changed, and it looks like our batch loading support is going to need to be reimplemented from scratch.

gavinking avatar Nov 23 '20 18:11 gavinking

@DavideD @Sanne in terms of the roadmap ya'll are working out, this is perhaps the highest-priority major issue after the schema export stuff.

gavinking avatar Jul 28 '21 09:07 gavinking

@gbadner has offered to work on this one, which is awesome because she knows this part of the codebase much better than we do.

gavinking avatar Aug 16 '21 19:08 gavinking

@gavinking, is the objective of this issue just to reproduce with a test?

Also, how does this compare in priority to finishing support for SchemaMigrator/SchemaValidator for the remaining dialects (SQL Server and DB2)?

gbadner avatar Aug 23 '21 17:08 gbadner

@gbadner it's about reworking the code we have for batch loading to adapt it to the newly-refactored code in ORM.

But the schema export stuff is definitely a higher priority.

gavinking avatar Aug 24 '21 01:08 gavinking

Oh, ok, got it. I wasn't sure if "replicate" meant "reproduce".

gbadner avatar Aug 24 '21 02:08 gbadner