Class _DbVersionUpdate

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    DbVersionUpdate

    public abstract class _DbVersionUpdate
    extends BaseEntity

    Provides the _DbVersionUpdate database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • DB_VERSION_PROPERTY

        public static final String DB_VERSION_PROPERTY
        Provides the 'dbVersion' property name.
        See Also:
        Constant Field Values
      • RELEASE_VERSION_PROPERTY

        public static final String RELEASE_VERSION_PROPERTY
        Provides the 'releaseVersion' property name.
        See Also:
        Constant Field Values
      • ROWS_UPDATED_PROPERTY

        public static final String ROWS_UPDATED_PROPERTY
        Provides the 'rowsUpdated' property name.
        See Also:
        Constant Field Values
      • UPDATE_DURATION_MS_PROPERTY

        public static final String UPDATE_DURATION_MS_PROPERTY
        Provides the 'updateDurationMs' property name.
        See Also:
        Constant Field Values
      • UPDATE_PERFORMED_PROPERTY

        public static final String UPDATE_PERFORMED_PROPERTY
        Provides the 'updatePerformed' property name.
        See Also:
        Constant Field Values
      • UPDATE_TIMESTAMP_PROPERTY

        public static final String UPDATE_TIMESTAMP_PROPERTY
        Provides the 'updateTimestamp' property name.
        See Also:
        Constant Field Values
      • DB_VERSION_UPDATE_OID_PK_COLUMN

        public static final String DB_VERSION_UPDATE_OID_PK_COLUMN
        Provides the 'db_version_update_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DB_VERSION

        public static final org.apache.cayenne.exp.Property<Integer> DB_VERSION
        Provides the 'DB_VERSION' property.
      • RELEASE_VERSION

        public static final org.apache.cayenne.exp.Property<String> RELEASE_VERSION
        Provides the 'RELEASE_VERSION' property.
      • ROWS_UPDATED

        public static final org.apache.cayenne.exp.Property<Integer> ROWS_UPDATED
        Provides the 'ROWS_UPDATED' property.
      • UPDATE_DURATION_MS

        public static final org.apache.cayenne.exp.Property<Integer> UPDATE_DURATION_MS
        Provides the 'UPDATE_DURATION_MS' property.
      • UPDATE_PERFORMED

        public static final org.apache.cayenne.exp.Property<String> UPDATE_PERFORMED
        Provides the 'UPDATE_PERFORMED' property.
      • UPDATE_TIMESTAMP

        public static final org.apache.cayenne.exp.Property<Date> UPDATE_TIMESTAMP
        Provides the 'UPDATE_TIMESTAMP' property.
    • Constructor Detail

      • _DbVersionUpdate

        public _DbVersionUpdate()
    • Method Detail

      • setDbVersion

        public void setDbVersion​(int dbVersion)
        Set the dbVersion value.
        Parameters:
        dbVersion - the dbVersion value to set
      • getDbVersion

        public int getDbVersion()
        Return the dbVersion value.
        Returns:
        dbVersion the dbVersion value
      • setReleaseVersion

        public void setReleaseVersion​(String releaseVersion)
        Set the releaseVersion value.
        Parameters:
        releaseVersion - the releaseVersion value to set
      • getReleaseVersion

        public String getReleaseVersion()
        Return the releaseVersion value.
        Returns:
        releaseVersion the releaseVersion value
      • setRowsUpdated

        public void setRowsUpdated​(int rowsUpdated)
        Set the rowsUpdated value.
        Parameters:
        rowsUpdated - the rowsUpdated value to set
      • getRowsUpdated

        public int getRowsUpdated()
        Return the rowsUpdated value.
        Returns:
        rowsUpdated the rowsUpdated value
      • setUpdateDurationMs

        public void setUpdateDurationMs​(Integer updateDurationMs)
        Set the updateDurationMs value.
        Parameters:
        updateDurationMs - the updateDurationMs value to set
      • getUpdateDurationMs

        public Integer getUpdateDurationMs()
        Return the updateDurationMs value.
        Returns:
        updateDurationMs the updateDurationMs value
      • setUpdatePerformed

        public void setUpdatePerformed​(String updatePerformed)
        Set the updatePerformed value.
        Parameters:
        updatePerformed - the updatePerformed value to set
      • getUpdatePerformed

        public String getUpdatePerformed()
        Return the updatePerformed value.
        Returns:
        updatePerformed the updatePerformed value
      • setUpdateTimestamp

        public void setUpdateTimestamp​(Date updateTimestamp)
        Set the updateTimestamp value.
        Parameters:
        updateTimestamp - the updateTimestamp value to set
      • getUpdateTimestamp

        public Date getUpdateTimestamp()
        Return the updateTimestamp value.
        Returns:
        updateTimestamp the updateTimestamp value