public annotation GeneratedValue(strategy as GenerationType = GenerationType.AUTO, generator as String = "")
Configures generation of an @Id property.
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY) public property id as Int