Class SchemaLogEntryEntity

    • Field Detail

      • timestamp

        protected Date timestamp
      • version

        protected String version
    • Constructor Detail

      • SchemaLogEntryEntity

        public SchemaLogEntryEntity()
    • Method Detail

      • setTimestamp

        public void setTimestamp​(Date timestamp)
      • setVersion

        public void setVersion​(String version)
      • getPersistentState

        public Object getPersistentState()
        Description copied from interface: DbEntity
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
        Specified by:
        getPersistentState in interface DbEntity