-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-16352 - Dynamic mutations and batching #6305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
} | ||
|
||
public static class DatabaseCreationTimestampGeneration extends AbstractDatabaseTimestampGenerator<DatabaseCreationTimestamp> { | ||
public GenerationTiming getGenerationTiming() { |
Check notice
Code scanning / CodeQL
Missing Override annotation
} | ||
|
||
public static class DatabaseUpdateTimestampGeneration extends AbstractDatabaseTimestampGenerator<DatabaseCreationTimestamp> { | ||
public GenerationTiming getGenerationTiming() { |
Check notice
Code scanning / CodeQL
Missing Override annotation
// nothing to do | ||
} | ||
|
||
public ValueGenerator<?> getValueGenerator() { |
Check notice
Code scanning / CodeQL
Missing Override annotation
return true; | ||
} | ||
|
||
public String getDatabaseGeneratedReferencedColumnValue() { |
Check notice
Code scanning / CodeQL
Missing Override annotation
} | ||
|
||
public static abstract class AbstractDatabaseTimestampGenerator<A extends Annotation> implements AnnotationValueGeneration<A> { | ||
public boolean referenceColumnInSql() { |
Check notice
Code scanning / CodeQL
Missing Override annotation
Included in #6310 |
2 tests in 2 commits. The first commit is also included in jrenaat#31