Class ConcurrencyGroupElement

    • Constructor Detail

      • 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