Class JoinBuilder<Q extends AbstractMongodbQuery<K,​Q>,​K,​T>

  • Type Parameters:
    Q -
    K -
    T -

    public class JoinBuilder<Q extends AbstractMongodbQuery<K,​Q>,​K,​T>
    extends java.lang.Object
    JoinBuilder is a builder for join constraints
    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

    • Method Detail