Interface GeneratedProperty

    • Method Detail

      • includeInUpdate

        boolean includeInUpdate()
        Return true if this should always be includes in an update statement.

        Used to include GeneratedUpdateTimestamp in dynamic table updates.

      • includeInAllUpdates

        boolean includeInAllUpdates()
        Return true if the property should be included in an update even if it is not loaded (ie. Last Updated Timestamp).
      • includeInInsert

        boolean includeInInsert()
        Return true if this should be included in insert statements.
      • isDDLNotNullable

        boolean isDDLNotNullable()
        Return true if the GeneratedProperty implies the DDL to create the DB column should have a not null constraint.