Class AbstractEntityNoRevision

  • All Implemented Interfaces:
    Entity

    public abstract class AbstractEntityNoRevision
    extends Object
    implements Entity
    Abstract superclass for the common properties of all Entity implementations.
    Author:
    Joram Barrez
    • Field Detail

      • isInserted

        protected boolean isInserted
      • isUpdated

        protected boolean isUpdated
      • isDeleted

        protected boolean isDeleted
      • originalPersistentState

        protected Object originalPersistentState
    • Constructor Detail

      • AbstractEntityNoRevision

        public AbstractEntityNoRevision()