Class FindMessagesByTime

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected TimeUnit units  
      protected long value  
      • Fields inherited from class com.walterjwhite.datastore.query.AbstractQuery

        construct, entityTypeClass, offset, queryTimeout, recordCount, resultTypeClass, sorts
      • Fields inherited from class com.walterjwhite.datastore.api.model.entity.AbstractEntity

        id, version
    • Constructor Summary

      Constructors 
      Constructor Description
      FindMessagesByTime​(int offset, int recordCount, long value, TimeUnit units)  
    • Method Summary

      • Methods inherited from class com.walterjwhite.datastore.query.AbstractQuery

        getEntityTypeClass, getOffset, getQueryTimeout, getRecordCount, getResultTypeClass, getSorts, isConstruct, toString
      • Methods inherited from class com.walterjwhite.datastore.api.model.entity.AbstractEntity

        getId, getVersion, onPreCreate, setId, setVersion
      • Methods inherited from interface com.walterjwhite.datastore.api.repository.QueryConfiguration

        getAutoCreateArguments, supportsAutoCreate
    • Field Detail

      • value

        protected final long value
    • Constructor Detail

      • FindMessagesByTime

        public FindMessagesByTime​(int offset,
                                  int recordCount,
                                  long value,
                                  TimeUnit units)