ejbmodule_customerfacade.ejbmodule-dd

来自「A J2EE & Jsp Example」· EJBMODULE-DD 代码 · 共 43 行

EJBMODULE-DD
43
字号
<?xml version="1.0" encoding="UTF-8"?><ejb-jar>  <!--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 contains the overrides of the deployment descriptor for the EJB Module.-->  <display-name>EJBModule_CustomerFacade</display-name>  <enterprise-beans>    <entity>      <ejb-name>Customer</ejb-name>      <reentrant>False</reentrant>    </entity>  </enterprise-beans>  <relationships/>  <assembly-descriptor>    <container-transaction>      <description>This value was set as a default by Sun ONE Studio.</description>      <method>        <ejb-name>CustomerFacade</ejb-name>        <method-name>*</method-name>      </method>      <trans-attribute>Required</trans-attribute>    </container-transaction>    <container-transaction>      <description>This value was set as a default by Sun ONE Studio.</description>      <method>        <ejb-name>Customer</ejb-name>        <method-name>*</method-name>      </method>      <trans-attribute>Required</trans-attribute>    </container-transaction>  </assembly-descriptor></ejb-jar>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?