Uses of Class
org.ofbiz.core.entity.model.ModelRelation
Packages that use ModelRelation
-
Uses of ModelRelation in org.ofbiz.core.entity
Methods in org.ofbiz.core.entity with parameters of type ModelRelationModifier and TypeMethodDescriptionGenericHelper.findByMultiRelation(GenericValue value, ModelRelation modelRelationOne, ModelEntity modelEntityOne, ModelRelation modelRelationTwo, ModelEntity modelEntityTwo, List<String> orderBy) GenericHelperDAO.findByMultiRelation(GenericValue value, ModelRelation modelRelationOne, ModelEntity modelEntityOne, ModelRelation modelRelationTwo, ModelEntity modelEntityTwo, List<String> orderBy) MemoryHelper.findByMultiRelation(GenericValue value, ModelRelation modelRelationOne, ModelEntity modelEntityOne, ModelRelation modelRelationTwo, ModelEntity modelEntityTwo, List<String> orderBy) GenericDAO.selectByMultiRelation(GenericValue value, ModelRelation modelRelationOne, ModelEntity modelEntityOne, ModelRelation modelRelationTwo, ModelEntity modelEntityTwo, List<String> orderBy) -
Uses of ModelRelation in org.ofbiz.core.entity.jdbc
Methods in org.ofbiz.core.entity.jdbc with parameters of type ModelRelationModifier and TypeMethodDescriptionDatabaseUtil.createForeignKey(ModelEntity entity, ModelRelation modelRelation, ModelEntity relModelEntity, int constraintNameClipLength, String fkStyle, boolean useFkInitiallyDeferred) DatabaseUtil.createForeignKeyIndex(ModelEntity entity, ModelRelation modelRelation, int constraintNameClipLength) DatabaseUtil.deleteForeignKey(ModelEntity entity, ModelRelation modelRelation, ModelEntity relModelEntity, int constraintNameClipLength) DatabaseUtil.deleteForeignKeyIndex(ModelEntity entity, ModelRelation modelRelation, int constraintNameClipLength) DatabaseUtil.makeFkConstraintClause(ModelEntity entity, ModelRelation modelRelation, ModelEntity relModelEntity, int constraintNameClipLength, String fkStyle, boolean useFkInitiallyDeferred) DatabaseUtil.makeFkConstraintName(ModelRelation modelRelation, int constraintNameClipLength) DatabaseUtil.makeFkIndexClause(ModelEntity entity, ModelRelation modelRelation, int constraintNameClipLength) -
Uses of ModelRelation in org.ofbiz.core.entity.model
Fields in org.ofbiz.core.entity.model with type parameters of type ModelRelationModifier and TypeFieldDescriptionprotected List<ModelRelation>ModelEntity.relationsrelations defining relationships between this entity and other entitiesMethods in org.ofbiz.core.entity.model that return ModelRelationModifier and TypeMethodDescriptionModelReader.createRelation(ModelEntity entity, Element relationElement) ModelEntity.getRelation(int index) ModelEntity.getRelation(String relationName) ModelEntity.removeRelation(int index) Methods in org.ofbiz.core.entity.model that return types with arguments of type ModelRelationMethods in org.ofbiz.core.entity.model with parameters of type ModelRelationModifier and TypeMethodDescriptionvoidModelEntity.addRelation(ModelRelation relation) ModelEntity.httpRelationArgList(List<ModelField> flds, ModelRelation relation) ModelEntity.typeNameStringRelatedAndMain(List<ModelField> flds, ModelRelation relation) ModelEntity.typeNameStringRelatedNoMapped(List<ModelField> flds, ModelRelation relation)