com.mysema.query.mongodb
Class JoinBuilder<K,T>

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

public class JoinBuilder<K,T>
extends Object

JoinBuilder is a builder for join constraints

Author:
tiwe

Constructor Summary
JoinBuilder(QueryMixin<MongodbQuery<K>> queryMixin, Path<?> ref, Path<T> target)
           
 
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

JoinBuilder

public JoinBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
                   Path<?> ref,
                   Path<T> target)
Method Detail

on

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


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