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.
在 JSON 规范化期间,我能够在处理实体时对其进行修改。比如说,我在这个阶段向实体添加了一个新属性。我可以通过为processStrategy.
processStrategy
我想知道的是:有没有办法在非规范化阶段进行类似的自定义处理,因为每个实体都是非规范化的?
在非规范化期间没有办法做到这一点。期望是您在规范化期间运行一次处理,因此您不必再次执行此操作。