Schnittstelle MongoField<T>
- Alle bekannten Implementierungsklassen:
MongoFieldImpl
public interface MongoField<T>
User: Stpehan Bösebeck
Date: 26.03.12
Time: 11:30
Representation of a field in a query
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbitsAllClear(int... b) bitsAllClear(long bitmask) bitsAllSet(int... b) bitsAllSet(long bitmask) bitsAnyClear(int... b) bitsAnyClear(long bitmask) bitsAnySet(int... b) bitsAnySet(long bitmask) 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 cornercenter(double x, double y, double r) centerSphere(double x, double y, double r) exists()geoIntersects(Geo shape) geoWithinBox(Double x1, Double y1, Double x2, Double y2) getQuery()in(Collection<?> vals) mod(int base, int val) near(double x, double y) near(double x, double y, double maxDistance) nearSphere(double x, double y) nearSphere(double x, double y, double maxDistance) nearSphere(double x, double y, double minDistance, double maxDistance) nin(Collection<?> vals) not()polygon(double... p) voidsetFieldString(String fld) voidsetMapper(MorphiumObjectMapper mapper) voidsize(int val)
-
Methodendetails
-
all
-
all
-
eq
-
ne
-
size
-
lt
-
lte
-
gt
-
gte
-
exists
-
notExists
-
mod
-
matches
-
matches
-
matches
-
type
-
in
-
nin
-
nearSphere
-
elemMatch
-
elemMatch
-
near
-
nearSphere
-
nearSphere
-
nearSpere
-
near
-
box
-
polygon
-
center
-
centerSphere
-
polygon
-
getQuery
-
setQuery
-
getMapper
MorphiumObjectMapper getMapper() -
setMapper
-
not
-
getFieldString
String getFieldString() -
setFieldString
-
bitsAllClear
-
bitsAllSet
-
bitsAnyClear
-
bitsAnySet
-
bitsAllClear
-
bitsAllSet
-
bitsAnyClear
-
bitsAnySet
-
near
-
geoIntersects
-
geoWithin
-
geoWithinBox
-