Interface CopyableDeltaAware

  • All Superinterfaces:
    DeltaAware

    @Deprecated
    public interface CopyableDeltaAware
    extends DeltaAware
    Deprecated.
    since 9.1
    This interface extended the DeltaAware. The copy allows to use Copy-On-Write semantic needed to ensure the correct transaction isolation.
    Since:
    7.0
    Author:
    Pedro Ruivo
    • Method Detail

      • copy

        CopyableDeltaAware copy()
        Deprecated.
        Returns:
        a copy of this DeltaAware instance.