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.
我想知道是否有可能在 SORM 未映射的类中有一个字段。我试图添加一个 @Transient 注释,但 ist 被忽略了。
我这部分 SORM 的范式不这样做吗?
不可能。但是,由于我看不到任何人可以从这样的功能中受益,我怀疑您遗漏了一些关于 SORM 中使用的概念的基本内容,例如仅在不可变数据结构上操作、惯用的“不存在”空值和类似的东西那。