⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ejbmodule_customerfacade.ejbmodule-dd

📁 A J2EE & Jsp Example
💻 EJBMODULE-DD
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -