修改现有的 JBPM 架构

发布于 2024-08-14 19:28:47 字数 40 浏览 9 评论 0原文

我们可以修改现有的 JBPM 模式或向该模式添加一些额外的故事吗?

Can we modify Existing JBPM Schema or add some extra tales to the schema.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陈甜 2024-08-21 19:28:47

是的。只要添加额外的列或额外的表,它就可以正常工作。如果您想在实体上使用其他属性,则应该将它们添加为流程实例属性,以便正确保留它们并可以在运行时从流程实例上下文访问它们。

Yes. As long as you add additional columns or additional tables, it will be working fine. If you would like to use additional properties on entites, you should add them as process instance attributes, so they get persisted correctely and can be accessed from the process instance context at runtime.

眉黛浅 2024-08-21 19:28:47

你,你可以,没有任何麻烦。

但是,如果您想向 JBPM 实体添加其他属性,最好创建您自己的实体,并使用 @OneToOne 来创建 JBPM 实体。

另一种选择是使用 hibernate 继承和 TABLE_PER_CLASS 并扩展您想要的 JBPM 实体。

You, you can, without any troubles.

If you want, however, to add additional properties to JBPM entities, it is preferable to create your own entities, with @OneToOne to the JBPM ones.

Another option is to use hibernate inheritance with TABLE_PER_CLASS and extend the JBPM entity you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文