Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bguerout/jongo
/ toDBObject
Method
toDBObject
src/main/java/org/jongo/query/Query.java:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
public
interface
Query {
23
24
DBObject toDBObject();
25
26
BsonDocument toBsonDocument();
27
}
Callers
15
canCreateQuery
Method · 0.95
shouldCreateSimpleQuery
Method · 0.95
shouldAllowToCreateNullQuery
Method · 0.95
shouldBindOneParameter
Method · 0.95
shouldBindManyParameters
Method · 0.95
shouldBindNullParameter
Method · 0.95
shouldBindObjectIdParameter
Method · 0.95
shouldBindParameterWithCustomToken
Method · 0.95
shouldBindParameterWithCustomLongToken
Method · 0.95
shouldBindHashSign
Method · 0.95
shouldBindQuotationMark
Method · 0.95
shouldBindKeyParameter
Method · 0.95
Implementers
2
ProjectionQuery
src/test/java/org/jongo/spike/projecti
BsonQuery
src/main/java/org/jongo/query/BsonQuer
Calls
no outgoing calls
Tested by
15
canCreateQuery
Method · 0.76
shouldCreateSimpleQuery
Method · 0.76
shouldAllowToCreateNullQuery
Method · 0.76
shouldBindOneParameter
Method · 0.76
shouldBindManyParameters
Method · 0.76
shouldBindNullParameter
Method · 0.76
shouldBindObjectIdParameter
Method · 0.76
shouldBindParameterWithCustomToken
Method · 0.76
shouldBindParameterWithCustomLongToken
Method · 0.76
shouldBindHashSign
Method · 0.76
shouldBindQuotationMark
Method · 0.76
shouldBindKeyParameter
Method · 0.76