📄 40e49311299c001d1b4081603925bb58
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
<ejb-jar id="ejb-jar_ID">
<display-name>WKEXSEJB</display-name>
<enterprise-beans>
<entity id="Object_Token">
<ejb-name>Object_Token</ejb-name>
<home>com.leeman.common.dao.Object_TokenHome</home>
<remote>com.leeman.common.dao.Object_Token</remote>
<local-home>com.leeman.common.dao.Object_TokenLocalHome</local-home>
<local>com.leeman.common.dao.Object_TokenLocal</local>
<ejb-class>com.leeman.common.dao.Object_TokenBean</ejb-class>
<persistence-type>Container</persistence-type>
<prim-key-class>com.leeman.common.dao.Object_TokenKey</prim-key-class>
<reentrant>False</reentrant>
<cmp-version>2.x</cmp-version>
<abstract-schema-name>Object_Token</abstract-schema-name>
<cmp-field id="CMPAttribute_1167291656441">
<field-name>company_id</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656488">
<field-name>program_id</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656473">
<field-name>record_key</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656520">
<field-name>session_id</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656551">
<field-name>table_lock</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656457">
<field-name>table_name</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656535">
<field-name>token_datetime</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656504">
<field-name>user_id</field-name>
</cmp-field>
<query>
<description></description>
<query-method>
<method-name>findUserSessionToken</method-name>
<method-params>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
</method-params>
</query-method>
<ejb-ql>select object(o) from Object_Token o where o.company_id = ?1 and o.user_id = ?2 and o.session_id =?3</ejb-ql>
</query>
<query>
<description></description>
<query-method>
<method-name>findTableLock</method-name>
<method-params>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
</method-params>
</query-method>
<ejb-ql>select object(o) from Object_Token o where o.company_id = ?1 and o.table_name = ?2 and o.table_lock = ?3</ejb-ql>
</query>
<query>
<description></description>
<query-method>
<method-name>findTableToken</method-name>
<method-params>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
</method-params>
</query-method>
<ejb-ql>select object(o) from Object_Token o where o.company_id = ?1 and o.table_name = ?2</ejb-ql>
</query>
<query>
<description></description>
<query-method>
<method-name>findByUserRecordKey</method-name>
<method-params>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
</method-params>
</query-method>
<ejb-ql>select object(o) from Object_Token o where o.company_id = ?1 and o.record_key = ?2 and o.table_name = ?3 and o.session_id = ?4</ejb-ql>
</query>
<query>
<description></description>
<query-method>
<method-name>findUserToken</method-name>
<method-params>
<method-param>java.lang.String</method-param>
<method-param>java.lang.String</method-param>
</method-params>
</query-method>
<ejb-ql>select object(o) from Object_Token o where o.company_id = ?1 and o.user_id=?2</ejb-ql>
</query>
</entity>
<entity id="Running_Number">
<ejb-name>Running_Number</ejb-name>
<home>com.leeman.wkexs.common.dao.Running_NumberHome</home>
<remote>com.leeman.wkexs.common.dao.Running_Number</remote>
<local-home>com.leeman.wkexs.common.dao.Running_NumberLocalHome</local-home>
<local>com.leeman.wkexs.common.dao.Running_NumberLocal</local>
<ejb-class>com.leeman.wkexs.common.dao.Running_NumberBean</ejb-class>
<persistence-type>Container</persistence-type>
<prim-key-class>com.leeman.wkexs.common.dao.Running_NumberKey</prim-key-class>
<reentrant>False</reentrant>
<cmp-version>2.x</cmp-version>
<abstract-schema-name>Running_Number</abstract-schema-name>
<cmp-field id="CMPAttribute_1167291656646">
<field-name>company_id</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656660">
<field-name>running_type</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656676">
<field-name>running_year</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656691">
<field-name>last_used_no</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656707">
<field-name>min_value</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656708">
<field-name>max_value</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656723">
<field-name>recycle</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656738">
<field-name>increment_by</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656754">
<field-name>running_desc</field-name>
</cmp-field>
</entity>
<entity id="Company">
<ejb-name>Company</ejb-name>
<home>com.leeman.wkexs.master.company.dao.CompanyHome</home>
<remote>com.leeman.wkexs.master.company.dao.Company</remote>
<local-home>com.leeman.wkexs.master.company.dao.CompanyLocalHome</local-home>
<local>com.leeman.wkexs.master.company.dao.CompanyLocal</local>
<ejb-class>com.leeman.wkexs.master.company.dao.CompanyBean</ejb-class>
<persistence-type>Container</persistence-type>
<prim-key-class>java.lang.String</prim-key-class>
<reentrant>False</reentrant>
<cmp-version>2.x</cmp-version>
<abstract-schema-name>Company</abstract-schema-name>
<cmp-field id="CMPAttribute_1167291656082">
<field-name>company_id</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656238">
<field-name>active</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656176">
<field-name>base_currency</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656145">
<field-name>company_address_chs</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656129">
<field-name>company_address_cht</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656160">
<field-name>company_address_eng</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656113">
<field-name>company_name_chs</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656098">
<field-name>company_name_cht</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656114">
<field-name>company_name_eng</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656223">
<field-name>email</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656208">
<field-name>fax</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656207">
<field-name>telephone</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656191">
<field-name>postal_cd</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656270">
<field-name>create_by</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656255">
<field-name>create_dttm</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656286">
<field-name>last_modify_by</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167291656285">
<field-name>last_modify_dttm</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167904106653">
<field-name>company_chop_name_eng</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167904106637">
<field-name>company_chop_name_cht</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1167904106638">
<field-name>company_chop_name_chs</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1168835666229">
<field-name>company_prefix_cd</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1168914795500">
<field-name>last_mth_end</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1169103036795">
<field-name>bank_id</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1169112516313">
<field-name>company_desc_eng</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1169112516454">
<field-name>company_desc_cht</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1169112516532">
<field-name>company_desc_chs</field-name>
</cmp-field>
<cmp-field id="CMPAttribute_1175499916109">
<field-name>customer_prefix_cd</field-name>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -