public interface QLCompiler
Modifier and Type | Method and Description |
---|---|
void |
compileEJBQL(String ejbql,
Class returnType,
Class[] parameterTypes,
JDBCQueryMetaData metadata) |
void |
compileJBossQL(String ejbql,
Class returnType,
Class[] parameterTypes,
JDBCQueryMetaData metadata) |
List |
getInputParameters() |
List |
getLeftJoinCMRList() |
int |
getLimitParam() |
int |
getLimitValue() |
int |
getOffsetParam() |
int |
getOffsetValue() |
JDBCAbstractEntityBridge |
getSelectEntity() |
JDBCFieldBridge |
getSelectField() |
SelectFunction |
getSelectFunction() |
String |
getSQL() |
JDBCEntityPersistenceStore |
getStoreManager() |
boolean |
isSelectDistinct() |
boolean |
isSelectEntity() |
boolean |
isSelectField() |
void compileEJBQL(String ejbql, Class returnType, Class[] parameterTypes, JDBCQueryMetaData metadata) throws Exception
Exception
void compileJBossQL(String ejbql, Class returnType, Class[] parameterTypes, JDBCQueryMetaData metadata) throws Exception
Exception
String getSQL()
int getOffsetValue()
int getOffsetParam()
int getLimitValue()
int getLimitParam()
boolean isSelectEntity()
JDBCAbstractEntityBridge getSelectEntity()
boolean isSelectField()
JDBCFieldBridge getSelectField()
SelectFunction getSelectFunction()
JDBCEntityPersistenceStore getStoreManager()
List getInputParameters()
List getLeftJoinCMRList()
boolean isSelectDistinct()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.