public class DRawSqlSelectBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
$_AND_HAVING |
static String |
$_AND_WHERE |
static String |
$_HAVING |
static String |
$_WHERE |
| Constructor and Description |
|---|
DRawSqlSelectBuilder(NamingConvention namingConvention,
BeanDescriptor<?> desc,
DRawSqlMeta sqlSelectMeta) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
debug(String msg) |
protected BeanDescriptor<?> |
getBeanDescriptor() |
protected String |
getErrName() |
protected NamingConvention |
getNamingConvention() |
protected boolean |
isDebug() |
DeployNamedQuery |
parse() |
public static final String $_AND_HAVING
public static final String $_HAVING
public static final String $_AND_WHERE
public static final String $_WHERE
public DRawSqlSelectBuilder(NamingConvention namingConvention, BeanDescriptor<?> desc, DRawSqlMeta sqlSelectMeta)
protected NamingConvention getNamingConvention()
protected BeanDescriptor<?> getBeanDescriptor()
protected boolean isDebug()
protected void debug(String msg)
public DeployNamedQuery parse()
protected String getErrName()
Copyright © 2014. All Rights Reserved.