Class ConcurrencyGroupElement

All Implemented Interfaces:
FieldElementHolder, PersistenceElementProperties, Comparable

public class ConcurrencyGroupElement extends FieldGroupElement
Version:
%I%
Author:
raccah
  • Constructor Details

    • ConcurrencyGroupElement

      public ConcurrencyGroupElement()
      Create new ConcurrencyGroupElement with no implementation. This constructor should only be used for cloning and archiving.
    • ConcurrencyGroupElement

      public ConcurrencyGroupElement(ConcurrencyGroupElement.Impl impl, PersistenceClassElement declaringClass)
      Create new ConcurrencyGroupElement with the provided implementation. The implementation is responsible for storing all properties of the object.
      Parameters:
      impl - the implementation to use
      declaringClass - the class to attach to