这个实体类如何与数据库联系起来?
为生成的代码中的实体类指定基类。
Specifies the base class of the entity classes in the generated code.
一个特性,指示类表示实体类型。
Attribute that indicates that the property represents a scalar property.
由此强类型的属性将被加到实体类中。
Strongly-typed properties will be added to the entity classes based on this.
Employee实体类包含了表格与它包含的列。
The Employee entity class contains the representation of the table and its column as fields.
由于明显的并发性需求,您应该首先在实体类上启用乐观锁。
Due to the obvious concurrency requirement, you would first enable optimistic locking on entity classes.
下面是如何定义命名查询,并将其与实体类关联的一个示例?
Below is an example of how you can define a named query and associate it with an entity class.
向导生成的实体类名称与对应的数据库表名完全一样。
The wizard generates an entity class with the same name as the corresponding database table.
我们刚刚找到了8个实体类,我们认为这些都是我们系统中的类。
We have just identified eight entities that we believe are classes in our Auto Rental system.
下面的过程演示在尝试更新完整实体类时如何进行验证。
The following procedure shows how to validate when an attempt is made to update a complete entity class.
RUP过程中的实体类大致上相当于前面提到的,业务级别的分析类。
RUP's entity classes are roughly equivalent to the business-level analysis classes above.
您可以通过功能包提供扩展抽象实体类并创建适当的映射。
This can be done by extending the abstract entities provided by the bundle and creating the appropriate mappings.
您的实体类必须在类上具有匹配字段,或者它可以作为可嵌入键嵌入该键
Your entity class must have matching fields on the class or it can embed the key as an embeddable key
演示如何创建一个实体类以及一个用于筛选实体类的简单查询。
Demonstrates how to create an entity class and a simple query to filter the entity class.
清单1展示了一个简单的EJB3实体类,称为GreetingCard。
Listing 1 shows a simple EJB3 entity class called GreetingCard.
在系统中记录实体类的创建者、修改者和相关日期等信息是一个很常见的需求。
It's a very common requirement to track creator, modifier and the according dates for entities.
这样可以更准确地表示实例化的实体类映射到单个数据记录的事实。
This is done to more accurately represent the fact that the instantiated entity class maps to a single record of data.
换句话说,实体类与数据库表或视图之间只能具有1:1映射关系。
In other words, an entity class can have only a 1:1 mapping relationship with a database table or view.
您可以使用编辑器,属性视图以及可视化建模图表,来创建并编辑JPA实体类。
You can use editors, property views, and visual modeling diagrams to create and edit JPA entity classes.
在我们做下一步之前,我们需要给这8个实体类增加一些内容,来确认他们是类。
Before we do anything else, we need to add content to these eight entities to be sure they are classes.
如果系统中的一个实体类,有一个很清楚的名字,你可能想为它的对象起一个名字。
If you have a special entity in your system that has a well-known name, you might want to use a named object to represent it.
为了提高可读性,通过在实体类文件中直接指定的对象或关系元数据表达场景中的关系。
For better readability, the relationships in our scenario are expressed through object or relational metadata specified directly in the entity class files.
要想使用领域设计方法,你就需要为实体类定义和构建资源库来实现领域对象的持久化。
Using a domain driven design approach you will need to define and build repositories for the entities that make up your domain.
任何作为那些请求一部分的交换的信息(例如,参数)都由一个IO实体类的实例表示。
Any information exchanged as part of those requests (e.g., parameters) is represented by an instance of an IO Entity class.
当提及类的打开关闭原则,它可以通过抽象类和实体类实现行为的方式来确保。
When referring to the classes Open Close Principle can be ensured by use of Abstract classes and concrete classes for implementing their behavior.
保存添加了对象类的组实体类型配置;实体类型配置的对象类显示在图29中。
Save the Group entity type configuration with the added object classes; the configured object classes for the entity type are shown in figure 29.
加载器bean可以与必要的实体类名一起被加入到objectgrid .xml中。
A loader bean is added to the objectgrid.xml along with the necessary entity class names.
当项目被转换为绑定包时,实体类会作为JPA绑定包中的导出-包和网络中的导入-包添加。
As the projects were converted to bundles the entity classes were added as export-packages in the JPA bundle and import-packages in the Web bundle.
所有派生实体类和会话类都继承了bobase类中create和find方法的公共代码。
All derived entity classes and the session class inherit the common code of the create and find methods from the BOBase class.
Person实体类的具体DAO应该增加一个特定于Person实体的finder方法。
The concrete DAO for the Person entity class should add finder methods that are specific to the Person entity.
应用推荐