Class AnyEmbeddedBuilder<Q extends AbstractMongodbQuery<K,​Q>,​K>

  • Type Parameters:
    Q - query type
    K - result type

    public class AnyEmbeddedBuilder<Q extends AbstractMongodbQuery<K,​Q>,​K>
    extends java.lang.Object
    AnyEmbeddedBuilder is a builder for constraints on embedded objects
    Author:
    tiwe
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Q 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<Q> queryMixin,
                                  Path<? extends java.util.Collection<?>> collection)
    • Method Detail