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

templates.sm.mapper.tpl Maven / Gradle / Ivy

Go to download

Code Auto Generator for EasyEE Open Source JavaEE Enterprise Basic Development Platform(https://github.com/ushelp/EasyEE).

The newest version!



	
		
		<#if Autos??>
		<#list Autos as item>
		<#assign info=item?split("#")>
				
		
		
	

	
	
	
	
	
		insert into ${table}
			(<#if Autos??><#list Autos as item><#assign info=item?split("#")>${info[8]}<#if item_has_next>,) 
		values
			(<#if Autos??><#list Autos as item><#assign info=item?split("#")>${r"#{"}${info[0]}}<#if item_has_next>,)
	
	
	
		update ${table} 
		set 
		<#if Autos??><#list Autos as item><#assign info=item?split("#")>${info[8]}=${r"#{"}${info[0]}}<#if item_has_next>,
		where ${oidColumn}=${r"#{"}${Oid}}
	
	
	
	
		delete from ${table} where ${oidColumn}=${r"#{"}${Oid}}
	
	
	
		delete from ${table} 
		 WHERE ${oidColumn} in
		  
		       ${r"#{"}item}
		  
	
	
	

	
	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy