📄 customer.ejbdd
字号:
<?xml version="1.0" encoding="UTF-8"?><ejb-jar> <enterprise-beans> <entity> <!--This file contains metadata for a component in Sun One StudioYou should not edit this file directly unless you are attempting to resolvea merge conflict after updating this object from a source code management system.A DTD file which describes the structure of this XML document can be foundin the docs/dtd directory of the Sun One Studio installation in a file calledejb-jar_2_0.dtdThis file describes the structure of a single EJB.It is merged with other deployment descriptors by an EJB Module.--> <display-name>Customer</display-name> <ejb-name>Customer</ejb-name> <home>customerejb.CustomerHome</home> <remote>customerejb.Customer</remote> <local-home>customerejb.LocalCustomerHome</local-home> <local>customerejb.LocalCustomer</local> <ejb-class>customerejb.CustomerBean</ejb-class> <persistence-type>Container</persistence-type> <prim-key-class>java.lang.String</prim-key-class> <reentrant>False</reentrant> <abstract-schema-name>Customer</abstract-schema-name> <cmp-field> <field-name>city</field-name> </cmp-field> <cmp-field> <field-name>customerId</field-name> </cmp-field> <cmp-field> <field-name>email</field-name> </cmp-field> <cmp-field> <field-name>firstName</field-name> </cmp-field> <cmp-field> <field-name>lastName</field-name> </cmp-field> <cmp-field> <field-name>phone</field-name> </cmp-field> <cmp-field> <field-name>state</field-name> </cmp-field> <cmp-field> <field-name>street</field-name> </cmp-field> <cmp-field> <field-name>zip</field-name> </cmp-field> <primkey-field>customerId</primkey-field> </entity> </enterprise-beans></ejb-jar>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -