OFBiz数据库实体
?
Framework\entity\entityenigen.xml为与数据库相关联的文件,它指定了要用哪种数据库,这里默认为default自带的Derby数据库。
group为每个application、specialpurpose或hot-deploy(程序组件中)中entity-group的地址,不包含则不与数据库交互。
每个程序组件中的entitydef文件夹中entitymodel.xml中定义的就是数据库中的实体。entitygroup中是包含哪个entitymodel.xml将被引用,不包含则不引用,且这里的entity-group就是定义group的地址。