不过它们都需要将用于主键的字段单独放在一个主键类 (primary key class) 里面,并且该主键类必须重写 equals () 和 hashCode () 方法,必须实现 Serializable 接口,必须拥有无参构造函数。
基于32个网页-相关网页
You can also create a primary key class for entities that have composite keys.
还可以为具有组合键的实体创建一个主键类。
Version 2.0 of the EJB specification defines a primary key class as any class that is a legal value type in RMI-IIOP.
EJB 规范的 2.0 版将主键类定义成任何是 RMI-IIOP 中合法值类型的类。
We also use a primary key class, constructed from the values comprising the EJB primary key, to make it easy to specify the primary key as a single entity.
我们还使用由组成ejb主键的值构建的主键类使得把主键指定为一个单独的实体很容易。
应用推荐