Class BetweenConditional

    • Constructor Detail

      • BetweenConditional

        public BetweenConditional​(Key key1,
                                  Key key2)
    • Method Detail

      • expression

        public Expression expression​(TableSchema<?> tableSchema,
                                     String indexName)
        Description copied from interface: QueryConditional
        Generates a conditional Expression based on specific context that is supplied as arguments.
        Specified by:
        expression in interface QueryConditional
        Parameters:
        tableSchema - A TableSchema that this expression will be used with
        indexName - The specific index name of the index this expression will be used with
        Returns:
        A specific Expression that can be used as part of a query request
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object