| Package | Description |
|---|---|
| org.ofbiz.core.entity | |
| org.ofbiz.core.entity.jdbc | |
| org.ofbiz.core.entity.model |
| Modifier and Type | Field and Description |
|---|---|
protected ModelField |
EntityConditionParam.modelField |
| Modifier and Type | Field and Description |
|---|---|
protected List<ModelField> |
EntityListIterator.selectFields |
| Modifier and Type | Method and Description |
|---|---|
ModelField |
EntityConditionParam.getModelField() |
| Modifier and Type | Method and Description |
|---|---|
Object |
GenericEntity.dangerousGetNoCheckButFast(ModelField modelField) |
void |
GenericEntity.dangerousSetNoCheckButFast(ModelField modelField,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
LimitHelper.addLimitClause(String sql,
List<ModelField> selectFields,
int offset,
int maxResults,
SqlEscapeHelper sqlEscapeHelper) |
String |
LimitHelper.addLimitClause(String sql,
List<ModelField> selectFields,
int maxResults,
SqlEscapeHelper sqlEscapeHelper) |
| Constructor and Description |
|---|
EntityConditionParam(ModelField modelField,
Object fieldValue) |
| Constructor and Description |
|---|
EntityListIterator(SQLProcessor sqlp,
ModelEntity modelEntity,
List<ModelField> selectFields,
ModelFieldTypeReader modelFieldTypeReader) |
| Modifier and Type | Method and Description |
|---|---|
String |
DatabaseUtil.addColumn(ModelEntity entity,
ModelField field) |
static void |
SqlJdbcUtil.getValue(ResultSet rs,
int ind,
ModelField curField,
GenericEntity entity,
ModelFieldTypeReader modelFieldTypeReader) |
static void |
SqlJdbcUtil.setValue(SQLProcessor sqlP,
ModelField modelField,
GenericEntity entity,
ModelFieldTypeReader modelFieldTypeReader) |
static void |
SqlJdbcUtil.setValue(SQLProcessor sqlP,
ModelField modelField,
String entityName,
Object fieldValue,
ModelFieldTypeReader modelFieldTypeReader) |
| Modifier and Type | Method and Description |
|---|---|
static int |
SqlJdbcUtil.countWhereStringParametersFromFields(List<ModelField> modelFields,
Map<String,?> fieldValues) |
static String |
SqlJdbcUtil.makeWhereClause(ModelEntity modelEntity,
List<ModelField> modelFields,
Map<String,?> fields,
String operator,
String joinStyle,
SqlEscapeHelper sqlEscapeHelper) |
static String |
SqlJdbcUtil.makeWhereStringFromFields(List<ModelField> modelFields,
Map<String,?> fieldValues,
String operator,
List<? super EntityConditionParam> entityConditionParams,
SqlEscapeHelper sqlEscapeHelper)
Makes a WHERE clause String with "
|
static String |
SqlJdbcUtil.makeWhereStringFromFields(List<ModelField> modelFields,
Map<String,?> fieldValues,
String operator,
SqlEscapeHelper sqlEscapeHelper)
Makes a WHERE clause String with "
|
static void |
SqlJdbcUtil.setValues(SQLProcessor sqlP,
List<ModelField> list,
GenericEntity entity,
ModelFieldTypeReader modelFieldTypeReader)
The elements (ModelFields) of the list are bound to an SQL statement
(SQL-Processor)
|
static void |
SqlJdbcUtil.setValuesWhereClause(SQLProcessor sqlP,
List<ModelField> list,
GenericValue dummyValue,
ModelFieldTypeReader modelFieldTypeReader)
The elements (ModelFields) of the list are bound to an SQL statement
(SQL-Processor), but values must not be null.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ModelField> |
ModelEntity.fields
A List of the Field objects for the Entity
|
protected Map<String,ModelField> |
ModelEntity.fieldsMap |
protected List<ModelField> |
ModelViewEntity.groupBys
A List of the Field objects for the View Entity, one for each GROUP BY field
|
protected List<ModelField> |
ModelEntity.nopks
A List of the Field objects for the Entity, one for each NON Primary Key
|
protected List<ModelField> |
ModelEntity.pks
A List of the Field objects for the Entity, one for each Primary Key
|
| Modifier and Type | Method and Description |
|---|---|
ModelField |
ModelReader.createModelField(Element fieldElement,
Element docElement,
Hashtable<String,String> docElementValues) |
ModelField |
ModelReader.findModelField(ModelEntity entity,
String fieldName) |
ModelField |
ModelEntity.getField(int index) |
ModelField |
ModelEntity.getField(String fieldName) |
ModelField |
ModelEntity.getNopk(int index) |
ModelField |
ModelEntity.getPk(int index) |
ModelField |
ModelFunctionBasedIndex.getVirtualColumnModelField(DatabaseType dbType) |
ModelField |
ModelEntity.removeField(int index) |
ModelField |
ModelEntity.removeField(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelField> |
ModelEntity.getFieldsCopy() |
Iterator<ModelField> |
ModelEntity.getFieldsIterator() |
List<ModelField> |
ModelViewEntity.getGroupBysCopy() |
List<ModelField> |
ModelEntity.getNopksCopy() |
Iterator<ModelField> |
ModelEntity.getNopksIterator() |
List<ModelField> |
ModelEntity.getPksCopy() |
Iterator<ModelField> |
ModelEntity.getPksIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelEntity.addField(ModelField field) |
Copyright © 2024 Atlassian. All rights reserved.