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

dozer-mapping.out-mappings.common-out.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<mappings xmlns="http://dozer.sourceforge.net" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://dozer.sourceforge.net
          http://dozer.sourceforge.net/schema/beanmapping.xsd">


	<mapping	wildcard="false" 
				type="one-way" 
				relationship-type="non-cumulative"
				trim-strings="true">

		<class-a>io.github.jsoagger.core.model.persistable.PersistenceInfo</class-a>   
		<class-b>io.github.jsoagger.core.vo.PersistenceInfoVO</class-b>
		
		<field>
			<a>persistenceInfo.lastModifiedDate</a>
			<b>persistenceInfo.lastModificationDate</b>
		</field>
		<field>
			<a>persistenceInfo.lastModifiedBy</a>
			<b>persistenceInfo.lastModifiedBy</b>
		</field>
		<field>
			<a>persistenceInfo.createDate</a>
			<b>persistenceInfo.creationDate</b>
		</field>
		<field>
			<a>persistenceInfo.lastModifiedBy</a>
			<b>persistenceInfo.createdBy</b>
		</field>
		
	</mapping>
	
	<mapping	wildcard="false" 
				type="one-way" 
				relationship-type="non-cumulative"
				trim-strings="true">

		<class-a>io.github.jsoagger.core.model.persistable.Persistable</class-a>   
		<class-b>io.github.jsoagger.core.vo.AbstractVO</class-b>
		
		<field>
			<a>id</a>
			<b>persistenceInfo.id</b>
		</field>
		
			<field>
			<a>version</a>
			<b>persistenceInfo.version</b>
		</field>
	</mapping>
</mappings>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy