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.
我在集群环境中的 websphere 7.0 下遇到了 eclipselink 的问题。当我的实体被序列化时,每个 1-n 关系延迟加载,即使实体已分离。我怎样才能避免这种行为,而不必使用 DTO?
非常感谢
您是否覆盖了“readObject/writeObject”或实体可外部化?确保这些方法不会触发惰性关系。