public class HfpmTest_Example extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HfpmTest_Example.Criteria |
static class |
HfpmTest_Example.Criterion |
protected static class |
HfpmTest_Example.GeneratedCriteria |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
distinct |
protected Integer |
limitEnd |
protected Integer |
limitStart |
protected String |
orderByClause |
protected List<HfpmTest_Example.Criteria> |
oredCriteria |
| Constructor and Description |
|---|
HfpmTest_Example() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
HfpmTest_Example.Criteria |
createCriteria() |
protected HfpmTest_Example.Criteria |
createCriteriaInternal() |
Integer |
getLimitEnd() |
Integer |
getLimitStart() |
String |
getOrderByClause() |
List<HfpmTest_Example.Criteria> |
getOredCriteria() |
boolean |
isDistinct() |
HfpmTest_Example.Criteria |
or() |
void |
or(HfpmTest_Example.Criteria criteria) |
void |
setDistinct(boolean distinct) |
void |
setLimitEnd(Integer limitEnd) |
void |
setLimitStart(Integer limitStart) |
void |
setOrderByClause(String orderByClause) |
protected String orderByClause
protected boolean distinct
protected List<HfpmTest_Example.Criteria> oredCriteria
protected Integer limitStart
protected Integer limitEnd
public void setOrderByClause(String orderByClause)
public String getOrderByClause()
public void setDistinct(boolean distinct)
public boolean isDistinct()
public List<HfpmTest_Example.Criteria> getOredCriteria()
public void or(HfpmTest_Example.Criteria criteria)
public HfpmTest_Example.Criteria or()
public HfpmTest_Example.Criteria createCriteria()
protected HfpmTest_Example.Criteria createCriteriaInternal()
public void clear()
public void setLimitStart(Integer limitStart)
public Integer getLimitStart()
public void setLimitEnd(Integer limitEnd)
public Integer getLimitEnd()
Copyright © 2018. All rights reserved.