John Michael Vincent Rusta

Results 33 comments of John Michael Vincent Rusta

Agree with @chibisoft option 2 is already doable in the existing framework since custom binary operator is already supported, and I think this approach is better to reduce changes on...

While not yet supported how about trying something like this code ``` private static final String WILDCARD = "*"; private AnyObject equal(ComparisonNode node) { ComparisonOperator comparisonOperator = comparisonNode.getOperator(); List arguments...

+1 I agree this should be supported, the intention is more straightforward

@pacitu > I always need to map type -> QEntity.entity.type, type.value -> QEntity.entity.type.value, etc. > Is there a way to not explicitly specify all mappings as I want this to...

@gniding Thanks for sharing the code! Will look into this one and see how can we make things simplier.

@pacitu Now I do understand your situation at a higher level, but not concretely with regards to the compile phase stuff issue of QClasses. QClasses are generated on a phase...

@pacitu @gniding Once I'm done with the refactoring and dsl feature, #25, will push it on develop, I'm planning to finish it this weekends. Then other features can be delegated...

@pacitu While im fixing #113 to support query by DbRefed objects, can you own this ticket and just send your pull request later? I'm done with #25, so please rebase...

Thanks for reminding me of this one, I have already think about providing extensions or allowing client code to specify the formatting conversion of dates at a global or per...

I'm not sure if i understand you. There is no relational association existing in mongodb. Basically, using spring-data-mongodb, you can only query in a single collection at a time. But...