Open 695343126 opened 1 year ago
version: 3.0.0-SNAPAHOT
@GeneratedValue is not supported now, plz upgrade
So far, We support @GeneratedValues strategy is as follow:
@GeneratedValue
SEQUENCE
IDENTITY
AUTO
If I have a id and javaType is String , I want to insert it by automatically generating uuid , What should be done?
version: 3.0.0-SNAPAHOT
@GeneratedValue is not supported now, plz upgrade