HHH-15069 Fix backwards-incompatible changes for implementors of CompositeNestedGeneratedValueGenerator.GenerationPlan
This commit is contained in:
parent
1afcae2f2a
commit
36050cb3fd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue