All Downloads are FREE. Search and download functionalities are using the official Maven repository.

derepositories.jcommons-tools-mbg.1.0.v201602292337.source-code.customConfig.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<customConfiguration>
	<!-- 数据库表配置 -->
	<tableConfig>
		<!-- 数据库表的公共配置属性 -->
		<properties>
			<property name="enableCountByExample" value="false" />
			<property name="enableDeleteByExample" value="false" />
			<property name="enableSelectByExample" value="false" />
			<property name="enableUpdateByExample" value="false" />
		</properties>
		
		<!-- 数据库表生成实体的统一后缀 -->
		<domainObjectNameSuffix>Entity</domainObjectNameSuffix>
		
		<!-- 需要导入的表 --> 
		<includes>
			<include>tms_cust_txn_statis</include>
		</includes>
		
		
		<!-- 需要排除的表 -->
		<!-- 
		<excludes>
			<exclude>tms_ivmt_mast</exclude>
			<exclude>tms_ivmt_mast_hist</exclude>
		</excludes>
		-->
	</tableConfig>
	
	<!-- 自定义代码配置 -->
	<customContent>
		<!-- 自定义代码开始边界匹配 -->
		<startLimit>.*CUSTOM_CONTENT_START.*</startLimit>

		<!-- 自定义代码结束边界匹配 -->
		<endLimit>.*CUSTOM_CONTENT_END.*</endLimit>

		<!-- 自定义代码输出目录 -->
		<output>mbg</output>
	</customContent>

	

</customConfiguration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy