ConcurrencyGroupElementpublic class ConcurrencyGroupElement extends FieldGroupElement
Constructors Summary |
---|
public ConcurrencyGroupElement()Create new ConcurrencyGroupElement with no implementation.
This constructor should only be used for cloning and archiving.
this(null, null);
| public ConcurrencyGroupElement(Impl impl, PersistenceClassElement declaringClass)Create new ConcurrencyGroupElement with the provided implementation.
The implementation is responsible for storing all properties of the
object.
super(impl, declaringClass);
|
|