Hi, I’ve defined an incremental field in a domain object like this:
@Persistent(valueStrategy = IdGeneratorStrategy.INCREMENT)
private long invoicenumber;
This works fine, but there’s a small problem. Sometimes the NEXT_VALUE skips a
couple of numbers. Where did I go wrong?
Cheers,
Victor
smime.p7s
Description: S/MIME cryptographic signature
