2018-06-03 22:26:41 +08:00

38 lines
1.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="GB18030"?>
<jbo>
<managers>
<!-- 必须有一个ID为default的管理器处理一般的类的管理 -->
<manager id="default" managerClass="com.tenwa.jbo.manager.TenwaALSBizObjectManager">
<describe>ALS7全局缺省使用的管理器</describe>
<managerProperties>
<property name="database" value="als"/>
<property name="audit" value="true"/>
<!-- 表名、字段名的大小写设置0-mix1-upper2-lower 缺省为0 -->
<property name="tableNameCase" value="2"/>
<property name="columnNameCase" value="2"/>
<!--
下面三个属性是ALS管理器生成序列号默认的参数每个使用这个管理器的类可根据情况copy到自己的类中
<property name="createKey" value="false"/>
<property name="keyDatePrefix" value="yyyyMMdd"/>
<property name="keyNumberLength" value="8"/>
-->
</managerProperties>
</manager>
<manager id="jbo.als" managerClass="com.amarsoft.are.jbo.impl.ALSBizObjectManager">
<describe>风险探测使用的管理器</describe>
<managerProperties>
<property name="database" value="als"/>
<!--
下面三个属性是ALS管理器生成序列号默认的参数每个使用这个管理器的类可根据情况copy到自己的类中
<property name="createKey" value="false"/>
<property name="keyDatePrefix" value="yyyyMMdd"/>
<property name="keyNumberLength" value="8"/>
-->
</managerProperties>
</manager>
</managers>
</jbo>