Skip to content

Oracle sequence incremented 2 by 2 #217

@victorjabur

Description

@victorjabur

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;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions