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.
我从 seamGen(clientClientId 和 facilityFacilityId)中得到了很多冗余的变量名,我经常手动更改它们以消除混淆。Seam 是否对这些名称做了一些特别的事情(与 AOP 相关的魔法)?有没有办法阻止 seam-gen 这样做?
听起来你的数据库有复合主键,也许吧?
生成的所有实体都是这种情况吗?您的表名是 n_SOME_TABLE_NAME 的形式吗?我在某处读到,seam-gen 并不总是能很好地适应这种格式。