Interface ComparableExecutable

    • Method Detail

      • getPrimarySortClassifier

        String getPrimarySortClassifier()
        This affect sorting order of the executables, when sorting is enabled.
        Returns:
        the primary sorting attribute; typically the entity name or collection role.
      • getSecondarySortIndex

        Object getSecondarySortIndex()
        This affect sorting order of the executables, when sorting is enabled.
        Returns:
        the secondary sorting attribute, applied when getPrimarySortClassifier matches during a comparison; typically the entity key or collection key.