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.
我的一张表包含近 1000 列。我正在创建一个 struts2-hibernate 应用程序。
因此,在基于表创建类时,我拥有具有近 1000 个参数的构造函数。这是否会产生任何问题...因为我使用的是 Hibernate
由于您使用的是休眠模式,因此您将需要一个默认构造函数,如果您有的话,我认为构造函数将有 1000 个参数没有任何问题。