如果您选择从Facade返回POJO,则需要将加载设置为“eager”或者改动jpa实体中的所有字段。
If you choose to return the POJO from the facade, you will either need to set the loading to "eager" or to touch all the fields in the JPA entity.
如果您选择从Facade返回POJO,则需要将加载设置为“eager”或者改动jpa实体中的所有字段。
If you choose to return the POJO from the facade, you will either need to set the loading to "eager" or to touch all the fields in the JPA entity.
应用推荐