I have a problem that I need to filter query result with Objectify. Typically here is what the String @Key field on stored entities would look like:
uid:jamesm:points
uid:jsmith:points
uid:jax:points
uid:ken:points
Now I want to do a query filter like this for the @Key field:
uid:j*:points
Where, I am expecting to get the first three (3) entities listed above. Is this possible with Objectify?