so we can have "createQueriesFromEntities()" in workspace. currently the workspace specs fail if i add "createQueriesFromEntities()" because it is not implemented.
update: we can actually just have NamedCriteria.invert() return false, and everything still works as expected, as we don't need that functionality yet.
What
implement NamedCriteria.invert()
Why
so we can have "createQueriesFromEntities()" in workspace. currently the workspace specs fail if i add "createQueriesFromEntities()" because it is not implemented.
update: we can actually just have NamedCriteria.invert() return false, and everything still works as expected, as we don't need that functionality yet.