com.mysema.query.collections
Class MiniApi

java.lang.Object
  extended by com.mysema.query.collections.MiniApi

public final class MiniApi
extends Object

MiniApi provides static convenience methods for query construction

Author:
tiwe

Method Summary
static
<A> ColDeleteClause<A>
delete(Path<A> path, Collection<A> col)
           
static
<A> ColQuery
from(A alias, Iterable<A> col)
           
static
<A> ColQuery
from(Path<A> path, A... arr)
           
static
<A> ColQuery
from(Path<A> path, Iterable<A> col)
           
static
<A> ColUpdateClause<A>
update(Path<A> path, Iterable<A> col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

delete

public static <A> ColDeleteClause<A> delete(Path<A> path,
                                            Collection<A> col)

from

public static <A> ColQuery from(A alias,
                                Iterable<A> col)

from

public static <A> ColQuery from(Path<A> path,
                                A... arr)

from

public static <A> ColQuery from(Path<A> path,
                                Iterable<A> col)

update

public static <A> ColUpdateClause<A> update(Path<A> path,
                                            Iterable<A> col)


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