The coding of forest resource information included entity type code, entity code and entity attributes code.
森林资源信息的编码包括信息实体分类编码、实体码和实体特征编码三部分。
This means we cannot inject the entity manager into calling code.
这意味着我们无法将该实体管理器注入调用代码。
These descriptions can be provided through annotations in the code or in an XML descriptor file (the entity schema descriptor).
这些描述可通过代码中的注释或XML描述符文件(实体模式描述符)提供。
Finally, when someone attempts to access the Entity EJB components, the code deployed for the given database will then be run.
最后,当用户尝试访问EJB组件时,就会运行为特定数据库而部署的代码。
Generated entity files are added to the project as code behind files to their corresponding custom entity files.
生成的实体文件作为和他们相关的自定义实体文件的后置代码文件被添加到项目里。
Also, consider refactoring your session facades so that they are associated with a single "gateway" entity that is the natural starting point for the code.
同样,要考虑重构您的会话虚包,使它们与单个“网关”实体相关联,该实体是代码的起始点。
This code identifies the text that stands in for the entity.
这个代码识别表示实体的文本。
Entity beans are designed to be self-contained components that are configured with a deployment descriptor and can be deployed into any J2EE application server without any code changes.
实体bean被设计成自包含组件,这些组件配置有部署描述符,无需更改任何代码就可以将它们部署到任何J2EE应用程序服务器。
The correct code for the nonbreaking space entity, as excerpted from Listing 4, is.
如清单4中所摘录的,不可中断空格实体的正确代码是。
With container Managed persistence (CMP) entity beans, the container generates the persistence code as well as managing the persistence logic.
使用容器管理的持久性(Container Managed Persistence,CMP)实体bean时,容器生成持久性代码并管理持久性逻辑。
Invoking entity beans from portlet code is similar.
从portlet代码调用实体bean是类似的。
Like BMP entity beans, this solution requires the developer to write the persistence code.
象BMP实体bean一样,该解决方案要求开发人员编写持久性代码。
With Bean Managed Persistence (BMP) entity beans, the developer writes the persistence code but the container determines when to execute that code.
使用bean管理的持久性(Bean Managed Persistence,BMP)实体 bean 时,开发人员编写持久性代码而容器确定何时执行该代码。
In order to combine the EPC and the the master data, a solution-specific code component called handler needs to be written to interpret the EPC and look up the correct MDM entity with an external ID.
为了组合EPC和管理数据,需要编写一个称为处理器(handler)的解决方案特定的代码组件,这个组件解释EPC并用外部ID查找正确的MDM实体。
All derived entity classes and the session class inherit the common code of the create and find methods from the BOBase class.
所有派生实体类和会话类都继承了bobase类中create和find方法的公共代码。
The Order Processor interacts with the JPA entity manager and the JPA POJOs to accomplish its persistence code.
OrderProcessor与JPA实体管理器和 JPAPOJO 交互以完成其持久性代码。
In this code, we get the account ID from the entity bean BankAccount, and then set the appropriate parameters on the CallableStatement.
在这些代码中,我们从实体bean BankAccount中获取帐户ID然后为CallableStatement设置适当的参数。
Upgrading EJB entity beans to EJB 2.x will require that existing finder queries be manually converted into EJB-QL; the changed code may require some manual cleanup.
把EJB实体bean升级到EJB 2.0需要将现有的finder查询手工转换成ejb - QL。被修改过的代码可能也需要一些手工清理。
WASPostUpgrade does not generate WebSphere Application Server v4.0 deployment code for CMP entity beans with bottom-up or meet-in-the-middle mapping. However, if you wish to do this.
WASpostUpgrade不采用自下而上映射或中间相遇映射为CMp实体bean生成WebSphereApplicationServerv4.0部署代码。
This is very tedious work, and the source of many potential and hard to find errors (and it is not even possible if you don't own the entity beans source code).
这是非常繁琐的工作,而且许多源码有潜在的、难以发现的错误(如果你没有实体Bean的源码,它甚至是不可能实现的)。
Formats to represent the same real-world entity might be conflicting (for example, number compared with string to represent a postal code).
用于表示相同的现实世界实体的格式可能会发生冲突(例如,使用数字和使用字符串表示邮政编码)。
To use a symbol in your text, you must set it up as an entity using its character code.
如果要在文本中使用符号,必须使用它的字符代码将它设置为实体。
As you can see, writing an entity in HTML takes more characters than you might like to type each time you need one, but once you know the code you can simply cut and paste it where appropriate.
可以看到,每次编写html格式的实体时,它使用的字符比您预期输入的字符要多。但如果您知道了代码之后,只要在适当位置剪贴这段代码即可。
Further, recommending code that lets you ask an entity EJB component to "give me a DTO of yourself" seems reasonable and well encapsulated.
此外,推荐的代码看起来非常合理,并得到了良好封装,能够让您要求实体e JB组件“给我一个您自己的DTO”。
This code is all one needs to write in order to have an entity model created for him, including all underlying plumbing needed to store the model in a database.
要想创建实体模型,上面这些代码足矣,它包含了将模型存储到数据库中所需的一切底层信息。
There you'll find the complete source code for the Grails application, a sample JEE application that uses these entity beans, and other useful artifacts.
你将在那儿找到该Grails应用的完整源代码——一个使用这些实体Bean的简单JEE应用——以及其它有用的东西。
NET Entity Data Model so that I can use Stored Procedures as reverse engineer code first didn't provide the use of sprocs.
NET实体数据模型,可以使用存储过程作为逆向工程的代码没有提供存储过程的使用。
For example, entity beans made you code up to seven files for each entity.
例如,实体bean会让您为每个实体编写7个文件。
As you can see in the preceding two code snippets, each entity is using another entity as a navigation property so that you can access the related object from each other.
就像你看到的一样,上面的两个部分的代码块中,每个实体都使用彼此的实体,作为导航属性,因此你可以从任何实体中访问另外的实体。
How to avoid migrations in model first database with Entity Framework 5 and code first entities?
如何避免迁移模型首先数据库实体框架5和代码第一实体吗?
应用推荐