Skip navigation links
org.eclipse.persistence.internal.history

Class UniversalAsOfClause

    • Constructor Detail

      • UniversalAsOfClause

        public UniversalAsOfClause(AsOfClause value)
    • Method Detail

      • getAsOfClause

        public AsOfClause getAsOfClause()
        INTERNAL: Gets the actual as of clause represented by this.
      • getValue

        public java.lang.Object getValue()
        Description copied from class: AsOfClause
        PUBLIC: The past time represented by the receiver. Either a timestamp, a system change number, or an Expression.
        Overrides:
        getValue in class AsOfClause
      • isUniversal

        public boolean isUniversal()
        Description copied from class: AsOfClause
        PUBLIC: Answers if this is a UniversalAsOfClause, one to be applied to the entire selection criteria.

        Used when a query is made as of a past time.

        Overrides:
        isUniversal in class AsOfClause
      • printString

        public java.lang.String printString()

EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference