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

dozer-mapping.out-mappings.dataimport-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="true" 
				type="one-way" 
				relationship-type="non-cumulative"
				trim-strings="true">

		<class-a>io.github.jsoagger.core.model.util.DataImport</class-a>
		<class-b>io.github.jsoagger.core.vo.DataImportVO</class-b>

		<field>
			<a>id</a>
			<b>persistenceInfo.id</b>
		</field>

		<field>
			<a>version</a>
			<b>persistenceInfo.version</b>
		</field>

		<field>
			<a>fullIdentifier</a>
			<b>persistenceInfo.fullIdentifier</b>
		</field>
	</mapping>
</mappings>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy