
public enum IdGeneratorStrategy
{
    UNSPECIFIED,
    NATIVE,
    SEQUENCE,
    IDENTITY,
    INCREMENT,
    UUIDSTRING,
    UUIDHEX
}
