Caused by: org.hibernate.MappingException: Could not instantiate id generator [entity-name=hw11.model.domain.Client]
@SequenceGenerator(name = "sequence", sequenceName = "seq_operator_id", allocationSize = 1)
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "sequence")