com.mysema.query.collections
Class MiniApi

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

public final class MiniApi
extends java.lang.Object

MiniApi provides static convenience methods for query construction

Version:
$Id$
Author:
tiwe

Method Summary
static
<A> ColDeleteClause<A>
delete(Path<A> path, java.util.Collection<A> col)
           
static
<A> ColQuery
from(A alias, java.lang.Iterable<A> col)
           
static
<A> ColQuery
from(Path<A> path, A... arr)
           
static
<A> ColQuery
from(Path<A> path, java.lang.Iterable<A> col)
           
static
<A> ColUpdateClause<A>
update(Path<A> path, java.lang.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,
                                            java.util.Collection<A> col)

from

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

from

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

from

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

update

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


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