I do understand that Xodus' Entity Store provides StoreTransaction.find(..)
which matches properties with the exact provided value and StoreTransaction.findStartingWith(..)
which matches properties beginning with the provided value.
What I don't see is a StoreTransaction.findContains(..)
or a LIKE of any sort. How would I approach such a search?