Possibility to set Null keygenerator
Closed this issue · 1 comments
remi128 commented
If the default keygenerator is set to any concrete implementation, it is not possible to define a mapper, which shall NOT use a KeyGenerator. The annotation should react to UNDEFINED
remi128 commented
Implemented with the possibility to define the annotation KeyGenerator as
@keygenerator(value = KeyGenerator.NULL_KEY_GENERATOR)