public class SQLDataSetDef extends DataSetDef
| Modifier and Type | Field and Description |
|---|---|
protected @NotNull(groups=SQLDataSetDefValidation.class) @Size(min=1,groups=SQLDataSetDefValidation.class) String |
dataSource |
protected String |
dbSchema |
protected @NotNull(groups=SQLDataSetDefDbSQLValidation.class) @Size(min=1,groups=SQLDataSetDefDbSQLValidation.class) String |
dbSQL |
protected @NotNull(groups=SQLDataSetDefDbTableValidation.class) @Size(min=1,groups=SQLDataSetDefDbTableValidation.class) String |
dbTable |
protected boolean |
estimateSize |
allColumnsEnabled, cacheEnabled, cacheMaxRows, columns, dataSetFilter, isPublic, name, patternMap, propertyMap, provider, pushEnabled, pushMaxSize, refreshAlways, refreshTime, UUID| Constructor and Description |
|---|
SQLDataSetDef() |
| Modifier and Type | Method and Description |
|---|---|
DataSetDef |
clone() |
boolean |
equals(Object obj) |
Integer |
getCacheMaxRows() |
String |
getDataSource() |
String |
getDbSchema() |
String |
getDbSQL() |
String |
getDbTable() |
int |
hashCode() |
boolean |
isCacheEnabled() |
boolean |
isEstimateSize() |
void |
setCacheEnabled(boolean cacheEnabled) |
void |
setCacheMaxRows(Integer cacheMaxRows) |
void |
setDataSource(String dataSource) |
void |
setDbSchema(String dbSchema) |
void |
setDbSQL(String dbSQL) |
void |
setDbTable(String dbTable) |
void |
setEstimateSize(boolean estimateSize) |
String |
toString() |
addColumn, clone, getColumnById, getColumns, getDataSetFilter, getName, getPattern, getProperty, getPropertyNames, getProvider, getPushMaxSize, getRefreshTime, getRefreshTimeAmount, getUUID, isAllColumnsEnabled, isPublic, isPushEnabled, isRefreshAlways, setAllColumnsEnabled, setColumns, setDataSetFilter, setName, setPattern, setProperty, setProvider, setPublic, setPushEnabled, setPushMaxSize, setRefreshAlways, setRefreshTime, setUUID@NotNull(groups=SQLDataSetDefValidation.class) @Size(min=1, groups=SQLDataSetDefValidation.class) protected @NotNull(groups=SQLDataSetDefValidation.class) @Size(min=1,groups=SQLDataSetDefValidation.class) String dataSource
protected String dbSchema
@NotNull(groups=SQLDataSetDefDbTableValidation.class) @Size(min=1, groups=SQLDataSetDefDbTableValidation.class) protected @NotNull(groups=SQLDataSetDefDbTableValidation.class) @Size(min=1,groups=SQLDataSetDefDbTableValidation.class) String dbTable
@NotNull(groups=SQLDataSetDefDbSQLValidation.class) @Size(min=1, groups=SQLDataSetDefDbSQLValidation.class) protected @NotNull(groups=SQLDataSetDefDbSQLValidation.class) @Size(min=1,groups=SQLDataSetDefDbSQLValidation.class) String dbSQL
protected boolean estimateSize
public String getDataSource()
public void setDataSource(String dataSource)
public String getDbTable()
public void setDbTable(String dbTable)
public String getDbSchema()
public void setDbSchema(String dbSchema)
public String getDbSQL()
public void setDbSQL(String dbSQL)
public boolean isCacheEnabled()
isCacheEnabled in class DataSetDefpublic void setCacheEnabled(boolean cacheEnabled)
setCacheEnabled in class DataSetDefpublic Integer getCacheMaxRows()
getCacheMaxRows in class DataSetDefpublic void setCacheMaxRows(Integer cacheMaxRows)
setCacheMaxRows in class DataSetDefpublic void setEstimateSize(boolean estimateSize)
public boolean isEstimateSize()
public boolean equals(Object obj)
equals in class DataSetDefpublic int hashCode()
hashCode in class DataSetDefpublic DataSetDef clone()
clone in class DataSetDefCopyright © 2017–2019 JBoss by Red Hat. All rights reserved.