We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Oracle sequence is incremented on 2 by 2.
I tried to put allocationSize=1, but the batoo don't respect this.
@entity @SequenceGenerator(allocationSize=1, name="MUSICASEQ") public class Musica {
@Id @GeneratedValue(strategy = GenerationType.AUTO, generator = "MUSICASEQ") private Long id;
The text was updated successfully, but these errors were encountered:
asimarslan
No branches or pull requests
The Oracle sequence is incremented on 2 by 2.
I tried to put allocationSize=1, but the batoo don't respect this.
@entity
@SequenceGenerator(allocationSize=1, name="MUSICASEQ")
public class Musica {
The text was updated successfully, but these errors were encountered: