org.mule.api.annotations
Annotation Type Query


@Target(value=PARAMETER)
@Retention(value=SOURCE)
@Documented
public @interface Query

This annotation is meant to be applied to support easy query building into studio


Optional Element Summary
 QueryOperator[] disabledOperators
           
 boolean limit
           
 boolean offset
           
 boolean orderBy
           
 

disabledOperators

public abstract QueryOperator[] disabledOperators
Default:
{}

limit

public abstract boolean limit
Default:
true

offset

public abstract boolean offset
Default:
true

orderBy

public abstract boolean orderBy
Default:
true


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.