railo.runtime.functions.orm
Class ORMExecuteQuery
java.lang.Object
railo.runtime.functions.orm.ORMExecuteQuery
public class ORMExecuteQuery
- extends Object
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)
|
ORMExecuteQuery
public ORMExecuteQuery()
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