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.
假设我使用一个简单的前端来处理使用 JDBC(没有 ORM)的 DAO 传递的信息。换句话说,这个类没有属性可言。这会被认为是一种有效的方法吗?它可能会导致什么问题,以及如何设计一个类来避免这些问题?
听起来您指的是数据传输对象模式。只要该模式符合您的需求,它就是一种有效的方法。我不知道有这样的陷阱。