Uses of Class
de.caluga.morphium.query.Query
-
-
Uses of Query in de.caluga.morphium
Methods in de.caluga.morphium that return Query Modifier and Type Method Description Query<Map<String,Object>>Morphium. createMapQuery(String collection)<T> Query<T>Morphium. createQueryByTemplate(T template, String... fields)<T> Query<T>Morphium. createQueryFor(Class<? extends T> type)<T> Query<T>Morphium. createQueryFor(Class<? extends T> type, String usingCollectionName)<T> Query<T>Morphium. getOutdatedLocksQuery(Class<? extends T> cls, int ms)Query<T>DAO. getQuery()Methods in de.caluga.morphium with parameters of type Query Modifier and Type Method Description <T> Map<String,Object>Morphium. addAllToSet(Query<T> query, String field, List<?> value, boolean multiple)<T> Map<String,Object>Morphium. addAllToSet(Query<T> query, String field, List<?> value, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. addAllToSet(Query<T> query, String field, List<?> value, boolean upsert, boolean multiple, AsyncOperationCallback callback)<T> Map<String,Object>Morphium. addToSet(Query<T> query, String field, Object value)<T> Map<String,Object>Morphium. addToSet(Query<T> query, String field, Object value, boolean multiple)<T> Map<String,Object>Morphium. addToSet(Query<T> query, String field, Object value, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. addToSet(Query<T> query, String field, Object value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. currentDate(Query<?> query, Enum field, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. currentDate(Query<?> query, String field, boolean upsert, boolean multiple)set current date into one fieldMap<String,Object>Morphium. dec(Query<?> query, Enum<?> field, double amount)Map<String,Object>Morphium. dec(Query<?> query, Enum<?> field, double amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. dec(Query<?> query, Enum<?> field, int amount)Map<String,Object>Morphium. dec(Query<?> query, Enum<?> field, int amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. dec(Query<?> query, Enum<?> field, long amount)Map<String,Object>Morphium. dec(Query<?> query, Enum<?> field, long amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. dec(Query<?> query, Enum<?> field, Number amount)Map<String,Object>Morphium. dec(Query<?> query, Enum<?> field, Number amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. dec(Query<?> query, String field, double amount)Map<String,Object>Morphium. dec(Query<?> query, String field, double amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. dec(Query<?> query, String field, int amount)Map<String,Object>Morphium. dec(Query<?> query, String field, int amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. dec(Query<?> query, String field, long amount)Map<String,Object>Morphium. dec(Query<?> query, String field, long amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. dec(Query<?> query, String field, Number amount)Map<String,Object>Morphium. dec(Query<?> query, String field, Number amount, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. dec(Query<T> query, Enum<?> field, double amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. dec(Query<T> query, Enum<?> field, int amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. dec(Query<T> query, Enum<?> field, long amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. dec(Query<T> query, Enum<?> field, Number amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. dec(Query<T> query, String name, double amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. dec(Query<T> query, String name, int amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. dec(Query<T> query, String name, long amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. dec(Query<T> query, String name, Number amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. dec(Query<T> query, Map<String,Number> toUpdate, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> voidMorphium. dec(Map<Enum,Number> fieldsToInc, Query<T> matching, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> voidMorphium. delete(Query<T> o)<T> voidMorphium. delete(Query<T> o, AsyncOperationCallback<T> callback)List<Object>Morphium. distinct(Enum<?> key, Query q)returns a distinct list of values of the given collection Attention: these values are not unmarshalled, you might get MongoMaps List<Object>Morphium. distinct(String key, Query q)returns a distinct list of values of the given collection Attention: these values are not unmarshalled, you might get MongoMaps <T> List<T>Morphium. find(Query<T> q)Deprecated.voidMorphium. firePostRemoveEvent(Query q)voidMorphium. firePreRemoveEvent(Query q)Map<String,Object>Morphium. inc(Query<?> query, Enum<?> field, double amount)Map<String,Object>Morphium. inc(Query<?> query, Enum<?> field, double amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. inc(Query<?> query, Enum<?> field, int amount)Map<String,Object>Morphium. inc(Query<?> query, Enum<?> field, int amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. inc(Query<?> query, Enum<?> field, long amount)Map<String,Object>Morphium. inc(Query<?> query, Enum<?> field, long amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. inc(Query<?> query, Enum<?> field, Number amount)Map<String,Object>Morphium. inc(Query<?> query, Enum<?> field, Number amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. inc(Query<?> query, String field, double amount)Map<String,Object>Morphium. inc(Query<?> query, String name, double amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. inc(Query<?> query, String field, int amount)Map<String,Object>Morphium. inc(Query<?> query, String name, int amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. inc(Query<?> query, String field, long amount)Map<String,Object>Morphium. inc(Query<?> query, String name, long amount, boolean upsert, boolean multiple)Map<String,Object>Morphium. inc(Query<?> query, String field, Number amount)Map<String,Object>Morphium. inc(Query<?> query, String name, Number amount, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. inc(Query<T> query, Enum<?> field, double amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Query<T> query, Enum<?> field, int amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Query<T> query, Enum<?> field, long amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Query<T> query, Enum<?> field, Number amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Query<T> query, String name, double amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Query<T> query, String name, int amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Query<T> query, String name, long amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Query<T> query, String name, Number amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Query<T> query, Map<String,Number> toUpdate, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. inc(Map<Enum,Number> fieldsToInc, Query<T> matching, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> List<T>Morphium. lockEntities(Query<T> q, String lockId, int maxLockTimeMs)voidMorphiumStorageAdapter. postRemove(Morphium m, Query<T> q)voidMorphiumStorageListener. postRemove(Morphium m, Query<T> q)voidMorphiumStorageAdapter. preRemove(Morphium m, Query<T> q)voidMorphiumStorageListener. preRemove(Morphium m, Query<T> q)Map<String,Object>Morphium. pull(Query<?> query, Enum<?> field, Object value)Map<String,Object>Morphium. pull(Query<?> query, Enum<?> field, Object value, boolean upsert, boolean multiple)Map<String,Object>Morphium. pull(Query<?> query, String field, Object value)<T> Map<String,Object>Morphium. pull(Query<T> query, String field, Expr value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. pull(Query<T> query, String field, Object value, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. pull(Query<T> query, String field, Object value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)Asynchronous call to pulllMap<String,Object>Morphium. pullAll(Query<?> query, Enum<?> field, List<Object> value, boolean upsert, boolean multiple)voidMorphium. pullAll(Query<?> query, String field, List<Object> value, boolean upsert, boolean multiple)<T> voidMorphium. pullAll(Query<T> query, String field, List<?> value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)Map<String,Object>Morphium. push(Query<?> query, Enum<?> field, Object value)Map<String,Object>Morphium. push(Query<?> query, Enum<?> field, Object value, boolean upsert, boolean multiple)Map<String,Object>Morphium. push(Query<?> query, String field, Object value)<T> Map<String,Object>Morphium. push(Query<T> query, String field, Object value, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. push(Query<T> query, String field, Object value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)asynchronous call to callbackMap<String,Object>Morphium. pushAll(Query<?> query, Enum<?> field, List<Object> value, boolean upsert, boolean multiple)Map<String,Object>Morphium. pushAll(Query<?> query, String field, List<?> value, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. pushAll(Query<T> query, String field, List<?> value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> voidMorphium. pushPull(boolean push, Query<T> query, String field, Object value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> voidMorphium. pushPullAll(boolean push, Query<T> query, String field, List<?> value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)Map<String,Object>Morphium. set(Query<?> query, Map<String,Object> map, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. set(Query<T> query, Enum<?> field, Object val)<T> Map<String,Object>Morphium. set(Query<T> query, Enum<?> field, Object val, boolean upsert, boolean multiple)will change an entry in mongodb-collection corresponding to given class object if query is too complex, upsert might not work!<T> Map<String,Object>Morphium. set(Query<T> query, Enum<?> field, Object val, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. set(Query<T> query, Enum<?> field, Object val, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. set(Query<T> query, String field, Object val)<T> Map<String,Object>Morphium. set(Query<T> query, String field, Object val, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. set(Query<T> query, String field, Object val, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. set(Query<T> query, String field, Object val, AsyncOperationCallback<T> callback)<T> Map<String,Object>Morphium. set(Query<T> query, Map<String,Object> map, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)Map<String,Object>Morphium. setEnum(Query<?> query, Map<Enum,Object> values, boolean upsert, boolean multiple)<T> Map<String,Object>Morphium. unsetQ(Query<T> q, boolean multiple, AsyncOperationCallback<T> cb, Enum... field)<T> Map<String,Object>Morphium. unsetQ(Query<T> q, boolean multiple, Enum... field)<T> Map<String,Object>Morphium. unsetQ(Query<T> q, boolean multiple, String... field)<T> Map<String,Object>Morphium. unsetQ(Query<T> q, AsyncOperationCallback<T> cb, boolean multiple, String... field)<T> Map<String,Object>Morphium. unsetQ(Query<T> q, AsyncOperationCallback<T> cb, Enum... field)<T> Map<String,Object>Morphium. unsetQ(Query<T> q, AsyncOperationCallback<T> cb, String... field)<T> Map<String,Object>Morphium. unsetQ(Query<T> q, Enum... field)<T> Map<String,Object>Morphium. unsetQ(Query<T> q, String... field) -
Uses of Query in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation with parameters of type Query Modifier and Type Method Description Aggregator<T,R>Aggregator. graphLookup(Class<?> fromType, Expr startWith, Enum connectFromField, Enum connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>Aggregator. graphLookup(Class<?> fromType, Expr startWith, String connectFromField, String connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>Aggregator. graphLookup(String fromCollection, Expr startWith, String connectFromField, String connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>AggregatorImpl. graphLookup(Class<?> type, Expr startWith, Enum connectFromField, Enum connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>AggregatorImpl. graphLookup(Class<?> type, Expr startWith, String connectFromField, String connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>AggregatorImpl. graphLookup(String fromCollection, Expr startWith, String connectFromField, String connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>Aggregator. match(Query<T> q)Aggregator<T,R>AggregatorImpl. match(Query<T> q)Aggregator<T,R>Aggregator. matchSubQuery(Query<?> q)Aggregator<T,R>AggregatorImpl. matchSubQuery(Query<?> q) -
Uses of Query in de.caluga.morphium.async
Methods in de.caluga.morphium.async with parameters of type Query Modifier and Type Method Description voidAsyncCallbackAdapter. onOperationError(AsyncOperationType type, Query<T> q, long duration, String error, Throwable t, T entity, Object... param)voidAsyncOperationCallback. onOperationError(AsyncOperationType type, Query<T> q, long duration, String error, Throwable t, T entity, Object... param)callback for insuccesfull operationsvoidAsyncCallbackAdapter. onOperationSucceeded(AsyncOperationType type, Query<T> q, long duration, List<T> result, T entity, Object... param)voidAsyncOperationCallback. onOperationSucceeded(AsyncOperationType type, Query<T> q, long duration, List<T> result, T entity, Object... param)throw morphium access veto exception if you want to stop any subsequent calls -
Uses of Query in de.caluga.morphium.bulk
Methods in de.caluga.morphium.bulk with parameters of type Query Modifier and Type Method Description voidMorphiumBulkContext. addCurrentDateRequest(Query<T> query, boolean upsert, boolean multiple, String... fld)voidMorphiumBulkContext. addCustomUpdateRequest(Query<T> query, Map<String,Object> command, boolean upsert, boolean multiple)voidMorphiumBulkContext. addDeleteRequest(Query<T> q, boolean multiple)voidMorphiumBulkContext. addIncRequest(Query<T> query, String field, Number value, boolean upsert, boolean multiple)voidMorphiumBulkContext. addIncRequest(Query<T> query, Map<String,Number> toInc, boolean upsert, boolean multiple)voidMorphiumBulkContext. addMaxRequest(Query<T> query, String field, Object value, boolean upsert, boolean multiple)voidMorphiumBulkContext. addMaxRequest(Query<T> query, Map<String,Object> toSet, boolean upsert, boolean multiple)voidMorphiumBulkContext. addMinRequest(Query<T> query, String field, Object value, boolean upsert, boolean multiple)voidMorphiumBulkContext. addMinRequest(Query<T> query, Map<String,Object> toSet, boolean upsert, boolean multiple)voidMorphiumBulkContext. addMulRequest(Query<T> query, String field, Number value, boolean upsert, boolean multiple)voidMorphiumBulkContext. addPopRequest(Query<T> query, String field, boolean upsert, boolean multiple)voidMorphiumBulkContext. addPushRequest(Query<T> query, String field, Object value, boolean upsert, boolean multiple)voidMorphiumBulkContext. addPushRequest(Query<T> query, String field, List<Object> value, boolean upsert, boolean multiple)voidMorphiumBulkContext. addRenameRequest(Query<T> query, String field, String newName, boolean upsert, boolean multiple)voidMorphiumBulkContext. addSetRequest(Query<T> query, String field, Object value, boolean upsert, boolean multiple)voidMorphiumBulkContext. addSetRequest(Query<T> query, Map<String,Object> toSet, boolean upsert, boolean multiple)voidMorphiumBulkContext. addUnsetRequest(Query<T> query, String field, Object value, boolean upsert, boolean multiple)voidMorphiumBulkContext. addUnsetRequest(Query<T> query, Map<String,Object> toSet, boolean upsert, boolean multiple) -
Uses of Query in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache with parameters of type Query Modifier and Type Method Description StringMorphiumCache. getCacheKey(Query q)StringMorphiumCacheImpl. getCacheKey(Query q)create unique cache key for queries, also honoring skip & limit and sortingStringMorphiumCacheJCacheImpl. getCacheKey(Query q)voidMessagingCacheSynchronizer. postRemove(Morphium m, Query q)voidMessagingCacheSynchronizer. preRemove(Morphium m, Query<Object> q) -
Uses of Query in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type Query Modifier and Type Method Description Aggregator<T,R>InMemAggregator. graphLookup(Class<?> type, Expr startWith, Enum connectFromField, Enum connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>InMemAggregator. graphLookup(Class<?> type, Expr startWith, String connectFromField, String connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>InMemAggregator. graphLookup(String fromCollection, Expr startWith, String connectFromField, String connectToField, String as, Integer maxDepth, String depthField, Query restrictSearchWithMatch)Aggregator<T,R>InMemAggregator. match(Query<T> q)Aggregator<T,R>InMemAggregator. matchSubQuery(Query<?> q) -
Uses of Query in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return Query Modifier and Type Method Description Query<T>Query. addChild(FilterExpression ex)Query<T>Query. addProjection(Enum f)Query<T>Query. addProjection(Enum f, String projectOperator)Query<T>Query. addProjection(String f)Query<T>Query. addProjection(String f, String projectOperator)Query<T>Query. addTag(String name, String value)Query<T>MongoField. all(Object... val)Query<T>MongoField. all(List<Object> val)Query<T>MongoFieldImpl. all(Object... val)Query<T>MongoFieldImpl. all(List<Object> val)Query<T>MongoField. bitsAllClear(int... b)Query<T>MongoField. bitsAllClear(long bitmask)Query<T>MongoFieldImpl. bitsAllClear(int... b)Query<T>MongoFieldImpl. bitsAllClear(long bitmask)Query<T>MongoField. bitsAllSet(int... b)Query<T>MongoField. bitsAllSet(long bitmask)Query<T>MongoFieldImpl. bitsAllSet(int... b)Query<T>MongoFieldImpl. bitsAllSet(long bitmask)Query<T>MongoField. bitsAnyClear(int... b)Query<T>MongoField. bitsAnyClear(long bitmask)Query<T>MongoFieldImpl. bitsAnyClear(int... b)Query<T>MongoFieldImpl. bitsAnyClear(long bitmask)Query<T>MongoField. bitsAnySet(int... b)Query<T>MongoField. bitsAnySet(long bitmask)Query<T>MongoFieldImpl. bitsAnySet(int... b)Query<T>MongoFieldImpl. bitsAnySet(long bitmask)Query<T>MongoField. box(double x, double y, double x2, double y2)search for entries with geo coordinates wihtin the given rectancle - x,y upper left, x2,y2 lower right cornerQuery<T>MongoFieldImpl. box(double x, double y, double x2, double y2)Query<T>MongoField. center(double x, double y, double r)Query<T>MongoFieldImpl. center(double x, double y, double r)Query<T>MongoField. centerSphere(double x, double y, double r)Query<T>MongoFieldImpl. centerSphere(double x, double y, double r)Query<T>Query. clone()Query<T>Query. disableAutoValues()Query<T>MongoField. elemMatch(Query<?> q)Query<T>MongoField. elemMatch(Map<String,Object> q)Query<T>MongoFieldImpl. elemMatch(Query<?> q)Query<T>MongoFieldImpl. elemMatch(Map<String,Object> q)Query<T>Query. enableAutoValues()Query<T>MongoField. eq(Object val)Query<T>MongoFieldImpl. eq(Object val)Query<T>MongoField. exists()Query<T>MongoFieldImpl. exists()Query<T>Query. expr(Expr exp)Query<T>MongoField. geoIntersects(Geo shape)Query<T>MongoFieldImpl. geoIntersects(Geo shape)Query<T>MongoField. geoWithin(Geo shape)Query<T>MongoFieldImpl. geoWithin(Geo shape)Query<T>MongoField. geoWithinBox(Double x1, Double y1, Double x2, Double y2)Query<T>MongoFieldImpl. geoWithinBox(Double x1, Double y1, Double x2, Double y2)Query<T>MongoField. getQuery()Query<T>MongoFieldImpl. getQuery()Query<T>QueryIterator. getQuery()Query<T>MongoField. gt(Object val)Query<T>MongoFieldImpl. gt(Object val)Query<T>MongoField. gte(Object val)Query<T>MongoFieldImpl. gte(Object val)Query<T>Query. hideFieldInProjection(Enum f)Query<T>Query. hideFieldInProjection(String f)Query<T>MongoField. in(Collection<?> vals)Query<T>MongoFieldImpl. in(Collection<?> vals)Query<T>Query. limit(int i)Query<T>MongoField. lt(Object val)Query<T>MongoFieldImpl. lt(Object val)Query<T>MongoField. lte(Object val)Query<T>MongoFieldImpl. lte(Object val)Query<T>MongoField. matches(String ptrn)Query<T>MongoField. matches(String ptrn, String options)Query<T>MongoField. matches(Pattern p)Query<T>MongoFieldImpl. matches(String ptrn)Query<T>MongoFieldImpl. matches(String ptrn, String options)Query<T>MongoFieldImpl. matches(Pattern p)Query<T>Query. matchesJsonSchema(String schemaDef)Query<T>Query. matchesJsonSchema(Map<String,Object> schemaDef)Query<T>MongoField. mod(int base, int val)Query<T>MongoFieldImpl. mod(int base, int val)Query<T>MongoField. ne(Object val)Query<T>MongoFieldImpl. ne(Object val)Query<T>MongoField. near(double x, double y)Query<T>MongoField. near(double x, double y, double maxDistance)Query<T>MongoField. near(Point point, double minDistance, double maxDistance)Query<T>MongoFieldImpl. near(double x, double y)Query<T>MongoFieldImpl. near(double x, double y, double maxDistance)Query<T>MongoFieldImpl. near(Point point, double minDistance, double maxDistance)Query<T>MongoField. nearSpere(Point point, double minDistance, double maxDistance)Query<T>MongoFieldImpl. nearSpere(Point point, double minDistance, double maxDistance)Query<T>MongoField. nearSphere(double x, double y)Query<T>MongoField. nearSphere(double x, double y, double maxDistance)Query<T>MongoField. nearSphere(double x, double y, double minDistance, double maxDistance)Query<T>MongoFieldImpl. nearSphere(double x, double y)Query<T>MongoFieldImpl. nearSphere(double x, double y, double maxDistance)Query<T>MongoFieldImpl. nearSphere(double x, double y, double minDistance, double maxDistance)Query<T>MongoField. nin(Collection<?> vals)Query<T>MongoFieldImpl. nin(Collection<?> vals)Query<T>Query. nor(Query<T>... qs)Query<T>MongoField. not()Query<T>MongoFieldImpl. not()Query<T>MongoField. notExists()Query<T>MongoFieldImpl. notExists()Query<T>Query. or(Query<T>... qs)Query<T>Query. or(List<Query<T>> qs)Query<T>MongoField. polygon(double... p)Query<T>MongoField. polygon(Polygon p)Query<T>MongoFieldImpl. polygon(double... p)Query<T>MongoFieldImpl. polygon(Polygon p)Query<T>Query. q()Query<T>Query. rawQuery(Map<String,Object> query)Query<T>Query. setAutoValuesEnabled(boolean autoValuesEnabled)Query<T>Query. setBatchSize(int batchSize)Query<T>Query. setCollation(Collation collation)Query<T>Query. setCollectionName(String n)Query<T>Query. setProjection(Enum... fl)Query<T>Query. setProjection(String... fl)Query<T>MongoField. size(int val)Query<T>MongoFieldImpl. size(int val)Query<T>Query. skip(int i)Query<T>Query. sort(Enum... naturalOrder)Query<T>Query. sort(String... prefixedString)Query<T>Query. sort(Map<String,Integer> n)this does not check for existence of the Field!Query<T>Query. sortEnum(Map<Enum,Integer> n)Query<T>Query. text(Query.TextSearchLanguages lang, boolean caseSensitive, boolean diacriticSensitive, String... text)Query<T>Query. text(Query.TextSearchLanguages lang, String... text)Query<T>Query. text(String... text)Query<T>Query. text(String metaScoreField, Query.TextSearchLanguages lang, boolean caseSensitive, boolean diacriticSensitive, String... text)Query<T>Query. text(String metaScoreField, Query.TextSearchLanguages lang, String... text)Query<T>MongoField. type(MongoType t)Query<T>MongoFieldImpl. type(MongoType t)Query<T>Query. where(String wh)Methods in de.caluga.morphium.query with parameters of type Query Modifier and Type Method Description Query<T>MongoField. elemMatch(Query<?> q)Query<T>MongoFieldImpl. elemMatch(Query<?> q)Query<T>Query. nor(Query<T>... qs)Query<T>Query. or(Query<T>... qs)voidMongoField. setQuery(Query<T> q)voidMongoFieldImpl. setQuery(Query<T> q)voidQueryIterator. setQuery(Query<T> q)Method parameters in de.caluga.morphium.query with type arguments of type Query Modifier and Type Method Description Query<T>Query. or(List<Query<T>> qs)Constructors in de.caluga.morphium.query with parameters of type Query Constructor Description MongoFieldImpl(Query<T> q, MorphiumObjectMapper map) -
Uses of Query in de.caluga.morphium.writer
Methods in de.caluga.morphium.writer with parameters of type Query Modifier and Type Method Description <T> Map<String,Object>BufferedMorphiumWriterImpl. inc(Query<T> query, String field, Number amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>BufferedMorphiumWriterImpl. inc(Query<T> query, Map<String,Number> fieldsToInc, boolean upsert, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>MorphiumWriter. inc(Query<T> query, String field, Number amount, boolean insertIfNotExist, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriter. inc(Query<T> query, Map<String,Number> fieldsToInc, boolean insertIfNotExist, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriterImpl. inc(Query<T> query, String field, Number amount, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriterImpl. inc(Query<T> query, Map<String,Number> fieldsToInc, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>BufferedMorphiumWriterImpl. pushPull(MorphiumStorageListener.UpdateTypes type, Query<T> q, String field, Object value, boolean upsert, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>MorphiumWriter. pushPull(MorphiumStorageListener.UpdateTypes type, Query<T> query, String field, Object value, boolean insertIfNotExist, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriterImpl. pushPull(MorphiumStorageListener.UpdateTypes type, Query<T> query, String field, Object value, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>BufferedMorphiumWriterImpl. pushPullAll(MorphiumStorageListener.UpdateTypes type, Query<T> q, String field, List<?> value, boolean upsert, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>MorphiumWriter. pushPullAll(MorphiumStorageListener.UpdateTypes type, Query<T> query, String field, List<?> value, boolean insertIfNotExist, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriterImpl. pushPullAll(MorphiumStorageListener.UpdateTypes type, Query<T> query, String f, List<?> v, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>BufferedMorphiumWriterImpl. remove(Query<T> q, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>BufferedMorphiumWriterImpl. remove(Query<T> q, AsyncOperationCallback<T> c)<T> Map<String,Object>MorphiumWriter. remove(Query<T> q, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriter. remove(Query<T> q, AsyncOperationCallback<T> callback)deletes all objects matching the given query<T> Map<String,Object>MorphiumWriterImpl. remove(Query<T> q, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriterImpl. remove(Query<T> q, AsyncOperationCallback<T> callback)deletes all objects matching the given query<T> Map<String,Object>BufferedMorphiumWriterImpl. set(Query<T> query, Map<String,Object> values, boolean upsert, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>MorphiumWriter. set(Query<T> query, Map<String,Object> values, boolean insertIfNotExist, boolean multiple, AsyncOperationCallback<T> callback)will change an entry in mongodb-collection corresponding to given class object if query is too complex, upsert might not work!<T> Map<String,Object>MorphiumWriterImpl. set(Query<T> query, Map<String,Object> values, boolean upsert, boolean multiple, AsyncOperationCallback<T> callback)will change an entry in mongodb-collection corresponding to given class object if query is too complex, upsert might not work!<T> Map<String,Object>BufferedMorphiumWriterImpl. unset(Query<T> query, AsyncOperationCallback<T> c, boolean multiple, Enum... fields)<T> Map<String,Object>BufferedMorphiumWriterImpl. unset(Query<T> query, AsyncOperationCallback<T> c, boolean multiple, String... fields)<T> Map<String,Object>BufferedMorphiumWriterImpl. unset(Query<T> query, String field, boolean multiple, AsyncOperationCallback<T> c)<T> Map<String,Object>MorphiumWriter. unset(Query<T> query, AsyncOperationCallback<T> callback, boolean multiple, Enum... fields)<T> Map<String,Object>MorphiumWriter. unset(Query<T> query, AsyncOperationCallback<T> callback, boolean multiple, String... fields)<T> Map<String,Object>MorphiumWriter. unset(Query<T> query, String field, boolean multiple, AsyncOperationCallback<T> callback)<T> Map<String,Object>MorphiumWriterImpl. unset(Query<T> query, AsyncOperationCallback<T> callback, boolean multiple, Enum... fields)<T> Map<String,Object>MorphiumWriterImpl. unset(Query<T> query, AsyncOperationCallback<T> callback, boolean multiple, String... fields)<T> Map<String,Object>MorphiumWriterImpl. unset(Query<T> query, String field, boolean multiple, AsyncOperationCallback<T> callback)
-