| Package | Description |
|---|---|
| org.ofbiz.core.entity | |
| org.ofbiz.core.entity.jdbc | |
| org.ofbiz.core.entity.model |
| Modifier and Type | Method and Description |
|---|---|
List<GenericValue> |
GenericHelperDAO.findByMultiRelation(GenericValue value,
ModelRelation modelRelationOne,
ModelEntity modelEntityOne,
ModelRelation modelRelationTwo,
ModelEntity modelEntityTwo,
List<String> orderBy) |
List<GenericValue> |
MemoryHelper.findByMultiRelation(GenericValue value,
ModelRelation modelRelationOne,
ModelEntity modelEntityOne,
ModelRelation modelRelationTwo,
ModelEntity modelEntityTwo,
List<String> orderBy) |
List<GenericValue> |
GenericHelper.findByMultiRelation(GenericValue value,
ModelRelation modelRelationOne,
ModelEntity modelEntityOne,
ModelRelation modelRelationTwo,
ModelEntity modelEntityTwo,
List<String> orderBy) |
List<GenericValue> |
GenericDAO.selectByMultiRelation(GenericValue value,
ModelRelation modelRelationOne,
ModelEntity modelEntityOne,
ModelRelation modelRelationTwo,
ModelEntity modelEntityTwo,
List<String> orderBy) |
| Modifier and Type | Method and Description |
|---|---|
String |
DatabaseUtil.createForeignKey(ModelEntity entity,
ModelRelation modelRelation,
ModelEntity relModelEntity,
int constraintNameClipLength,
String fkStyle,
boolean useFkInitiallyDeferred) |
String |
DatabaseUtil.createForeignKeyIndex(ModelEntity entity,
ModelRelation modelRelation,
int constraintNameClipLength) |
String |
DatabaseUtil.deleteForeignKey(ModelEntity entity,
ModelRelation modelRelation,
ModelEntity relModelEntity,
int constraintNameClipLength) |
String |
DatabaseUtil.deleteForeignKeyIndex(ModelEntity entity,
ModelRelation modelRelation,
int constraintNameClipLength) |
String |
DatabaseUtil.makeFkConstraintClause(ModelEntity entity,
ModelRelation modelRelation,
ModelEntity relModelEntity,
int constraintNameClipLength,
String fkStyle,
boolean useFkInitiallyDeferred) |
String |
DatabaseUtil.makeFkConstraintName(ModelRelation modelRelation,
int constraintNameClipLength) |
String |
DatabaseUtil.makeFkIndexClause(ModelEntity entity,
ModelRelation modelRelation,
int constraintNameClipLength) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ModelRelation> |
ModelEntity.relations
relations defining relationships between this entity and other entities
|
| Modifier and Type | Method and Description |
|---|---|
ModelRelation |
ModelReader.createRelation(ModelEntity entity,
Element relationElement) |
ModelRelation |
ModelEntity.getRelation(int index) |
ModelRelation |
ModelEntity.getRelation(String relationName) |
ModelRelation |
ModelEntity.removeRelation(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModelRelation> |
ModelEntity.getRelationsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelEntity.addRelation(ModelRelation relation) |
String |
ModelEntity.httpRelationArgList(List<ModelField> flds,
ModelRelation relation) |
String |
ModelEntity.typeNameStringRelatedAndMain(List<ModelField> flds,
ModelRelation relation) |
String |
ModelEntity.typeNameStringRelatedNoMapped(List<ModelField> flds,
ModelRelation relation) |
Copyright © 2024 Atlassian. All rights reserved.