You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires some refactoring with current query implementation that works for building select queries.
Create abstract query, move criteria related code from current implementation to abstract one.
Create 3 types of queries (UpdateQuery, SelectQuery, DeleteQuery) that will extend from default abstract query (orientdb-qb project contains only select & delete query builders for current moment).
session.updateAll(QueryableCriteria criteria)
session.deleteAll(QueryableCriteria criteria)
The text was updated successfully, but these errors were encountered: