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

dozer-mapping.in-mappings.search-in.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">
          
		<!-- 
				Fetched: persistence info and container
		-->
        <mapping 	map-id="create_search" 
          			wildcard="false" 
          			type="one-way"  
          			relationship-type="non-cumulative" 
          			trim-strings="true">
          		
				<class-a>io.github.jsoagger.core.vo.SearchVO</class-a>
				<class-b>io.github.jsoagger.core.model.persistable.Search</class-b>   
				
				<field>
					<a>name</a>
					<b>name</b>
				</field>
				<field>
					<a>bookmarked</a>
					<b>bookmarked</b>
				</field>
		</mapping>
</mappings>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy