In Hibernate 7 there is NativeGenerator annotation, that solves this.
@Id @GeneratedValue @NativeGenerator private Long id;