com.mysema.query.mongodb
Class AnyEmbeddedBuilder<K>

java.lang.Object
  extended by com.mysema.query.mongodb.AnyEmbeddedBuilder<K>
Type Parameters:
K -
T -

public class AnyEmbeddedBuilder<K>
extends Object

AnyEmbeddedBuilder is a builder for constraints on embedded objects

Author:
tiwe

Constructor Summary
AnyEmbeddedBuilder(QueryMixin<MongodbQuery<K>> queryMixin, Path<? extends Collection<?>> collection)
           
 
Method Summary
 MongodbQuery<K> on(Predicate... conditions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyEmbeddedBuilder

public AnyEmbeddedBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
                          Path<? extends Collection<?>> collection)
Method Detail

on

public MongodbQuery<K> on(Predicate... conditions)


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.