Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 Person 表的 SQL Server 数据库,我想将这些人的列表从数据库加载到 BRMS 中的 Arraylist 或 List 以应用规则。我怎样才能做到这一点?
最佳实践是将数据检索逻辑委托给调用者。模式应该是:
BRMS 具有检索规则逻辑中的数据的能力,但它应该被视为一种不好的做法,或者在没有其他选项可用时(非常罕见的情况下,在极少数情况下)要做的事情。否则,BRMS 的性能将会很糟糕,并且整个代码真的很难维护。