A Java Persistence application uses a Version attribute to manage concurrent updates. Which is
true?
A.
The Version attribute must have a public access type.
B.
The Version attribute is used by the persistence provider.
C.
A separate Version attribute must be specified for each class in the inheritance hierarchy.
D.
A separate Version column must be specified for each table mapped to the entity.