SyntaxFix
Write A Post
Hire A Developer
Questions
In TorpedoQuery it look like this
Entity from = from(Entity.class); where(from.getCode()).in("Joe", "Bob"); Query<Entity> select = select(from);