Replacement of @GenericGenerator "native"

In Hibernate 7 there is NativeGenerator annotation, that solves this.

@Id @GeneratedValue @NativeGenerator private Long id;