| Package | Description |
|---|---|
| org.ofbiz.core.entity | |
| org.ofbiz.core.entity.config | |
| org.ofbiz.core.entity.jdbc | |
| org.ofbiz.core.entity.model |
| Modifier and Type | Field and Description |
|---|---|
protected DatasourceInfo |
GenericDAO.datasourceInfo |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DatasourceInfo> |
EntityConfigUtil.datasourceInfos |
| Modifier and Type | Method and Description |
|---|---|
DatasourceInfo |
EntityConfigUtil.getDatasourceInfo(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityConfigUtil.addDatasourceInfo(DatasourceInfo datasourceInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected DatasourceInfo |
DatabaseUtil.datasourceInfo |
| Modifier and Type | Method and Description |
|---|---|
static String |
SqlJdbcUtil.makeFromClause(ModelEntity modelEntity,
DatasourceInfo datasourceInfo)
Makes the FROM clause and when necessary the JOIN clause(s) as well
|
static String |
SqlJdbcUtil.makeOrderByClause(ModelEntity modelEntity,
List<String> orderBy,
boolean includeTablenamePrefix,
DatasourceInfo datasourceInfo) |
static String |
SqlJdbcUtil.makeOrderByClause(ModelEntity modelEntity,
List<String> orderBy,
DatasourceInfo datasourceInfo) |
static String |
SqlJdbcUtil.makeViewTable(ModelEntity modelEntity,
DatasourceInfo datasourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
ModelEntity.getTableName(DatasourceInfo datasourceInfo)
The table-name of the Entity including a Schema name if specified in the datasource config
|
Copyright © 2015 Atlassian. All rights reserved.