Skip to content

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

Closed
wants to merge 2 commits into from

Conversation

sebersole
Copy link
Member

2 tests in 2 commits. The first commit is also included in jrenaat#31

@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Mar 28, 2023

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

@sebersole sebersole changed the title Batching HHH-16352 - Dynamic mutations and batching Mar 28, 2023
}

public static class DatabaseCreationTimestampGeneration extends AbstractDatabaseTimestampGenerator<DatabaseCreationTimestamp> {
public GenerationTiming getGenerationTiming() {

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [ValueGeneration.getGenerationTiming](1); it is advisable to add an Override annotation.
}

public static class DatabaseUpdateTimestampGeneration extends AbstractDatabaseTimestampGenerator<DatabaseCreationTimestamp> {
public GenerationTiming getGenerationTiming() {

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [ValueGeneration.getGenerationTiming](1); it is advisable to add an Override annotation.
// nothing to do
}

public ValueGenerator<?> getValueGenerator() {

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [ValueGeneration.getValueGenerator](1); it is advisable to add an Override annotation.
return true;
}

public String getDatabaseGeneratedReferencedColumnValue() {

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [ValueGeneration.getDatabaseGeneratedReferencedColumnValue](1); it is advisable to add an Override annotation.
}

public static abstract class AbstractDatabaseTimestampGenerator<A extends Annotation> implements AnnotationValueGeneration<A> {
public boolean referenceColumnInSql() {

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [ValueGeneration.referenceColumnInSql](1); it is advisable to add an Override annotation.
@sebersole
Copy link
Member Author

Included in #6310

@sebersole sebersole closed this Mar 28, 2023
@sebersole sebersole deleted the batching branch March 28, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant