实体对象代表数据模型。
实体对象是JPA应用程序中使用的主要模型。
Entity objects are the primary model used in JPA applications.
更为有效的表达方法,例如实体关系或者对象模型,可以用来解决复杂的数据映射或者查询异构数据。
More powerful representations, such as entity/relations or object models, are needed if one wants to perform a complex mapping of databases to each other or to query across heterogeneous databases.
应用推荐