railo.runtime.functions.orm
Class ORMExecuteQuery

java.lang.Object
  extended by railo.runtime.functions.orm.ORMExecuteQuery

public class ORMExecuteQuery
extends Object


Constructor Summary
ORMExecuteQuery()
           
 
Method Summary
static Object call(PageContext pc, String hql)
           
static Object call(PageContext pc, String hql, Object paramsOrUnique)
           
static Object call(PageContext pc, String hql, Object paramsOrUnique, Object uniqueOrQueryOptions)
           
static Object call(PageContext pc, String hql, Object params, Object unique, Object queryOptions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORMExecuteQuery

public ORMExecuteQuery()
Method Detail

call

public static Object call(PageContext pc,
                          String hql)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String hql,
                          Object paramsOrUnique)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String hql,
                          Object paramsOrUnique,
                          Object uniqueOrQueryOptions)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String hql,
                          Object params,
                          Object unique,
                          Object queryOptions)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo