Class ObjectStates

java.lang.Object
net.ontopia.persistence.proxy.ObjectStates

public class ObjectStates extends Object
INTERNAL: A data structure that keeps track of the objects that has been touched within the transaction boundaries. The state of the objects are also maintained.
  • Field Details

  • Method Details

    • isClean

      public boolean isClean()
    • size

      public int size()
    • isClean

      public boolean isClean(IdentityIF identity)
    • isCreated

      public boolean isCreated(IdentityIF identity)
    • created

      public void created(IdentityIF identity)
    • deleted

      public void deleted(IdentityIF identity)
    • dirty

      public void dirty(IdentityIF identity)
    • read

      public void read(IdentityIF identity)
    • getState

      public int getState(IdentityIF identity)
    • clear

      public void clear()
    • forEachEntry

      public void forEachEntry(gnu.trove.procedure.TObjectIntProcedure<IdentityIF> proc)