Class EntityWithPropertiesSortOptions<OBJECT extends ICodeHolder & IPermIdHolder & IRegistrationDateHolder & IModificationDateHolder & IPropertiesHolder>

    • Constructor Detail

      • EntityWithPropertiesSortOptions

        public EntityWithPropertiesSortOptions()
    • Method Detail

      • fetchedFieldsScore

        @Deprecated
        public SortOrder fetchedFieldsScore()
        Deprecated.
        queries cannot specify sorting by score.
        Returns:
      • getFetchedFieldsScore

        public SortOrder getFetchedFieldsScore()
      • property

        public SortOrder property​(java.lang.String propertyName)
      • getProperty

        public SortOrder getProperty​(java.lang.String propertyName)
      • stringMatchPropertyScore

        public SortOrder stringMatchPropertyScore​(java.lang.String propertyName,
                                                  java.lang.String propertyValue)
      • stringPrefixMatchPropertyScore

        public SortOrder stringPrefixMatchPropertyScore​(java.lang.String propertyName,
                                                        java.lang.String propertyValue)
      • stringMatchAnyPropertyScore

        public SortOrder stringMatchAnyPropertyScore​(java.lang.String propertyValue)
      • stringPrefixMatchAnyPropertyScore

        public SortOrder stringPrefixMatchAnyPropertyScore​(java.lang.String propertyValue)