Class RAuditItem

    • Constructor Detail

      • RAuditItem

        public RAuditItem()
    • Method Detail

      • isTransient

        public Boolean isTransient()
        Description copied from interface: EntityState
        Tells hibernate Interceptor that entity is transient, so that hibernate session doesn't need to verify it using select queries.
        Specified by:
        isTransient in interface EntityState
        Returns:
        true if entity is transient
      • getRecordId

        public Long getRecordId()
      • getChangedItemPath

        public String getChangedItemPath()
      • setRecordId

        public void setRecordId​(Long recordId)
      • setChangedItemPath

        public void setChangedItemPath​(String changedItemPath)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object