HHH-15069 Fix backwards-incompatible changes for implementors of CompositeNestedGeneratedValueGenerator.GenerationPlan

This commit is contained in:
Yoann Rodière 2022-02-04 11:21:58 +01:00 committed by Christian Beikov
parent 1afcae2f2a
commit 36050cb3fd
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ public class CompositeNestedGeneratedValueGenerator implements IdentifierGenerat
*
* @param context A context to help generate SQL strings
*/
void initialize(SqlStringGenerationContext context);
default void initialize(SqlStringGenerationContext context) {
}
/**
* Execute the value generation.