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;