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

META-INF.spring.beans.geo.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
	xsi:schemaLocation="
			http://www.springframework.org/schema/beans
				http://www.springframework.org/schema/beans/spring-beans.xsd
			http://www.springframework.org/schema/context 
				http://www.springframework.org/schema/context/spring-context.xsd">
	
	<!-- ==================== Country ==================== -->
	
	<bean id="CountryDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.CountryDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.Country"/>
	</bean>
	
	<!-- ==================== CountryLov ==================== -->
	
	<bean id="CountryLovDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.CountryLovDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.Country"/>
		<property name="readOnly" value="true" />
	</bean>
	
	<!-- ==================== Region ==================== -->
	
	<bean id="RegionDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.RegionDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.Region"/>
	</bean>
	
	<!-- ==================== RegionLov ==================== -->
	
	<bean id="RegionLovDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.RegionLovDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.Region"/>
		<property name="readOnly" value="true" />
	</bean>
	
	<!-- ==================== City ==================== -->
	
	<bean id="CityDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.CityDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.City"/>
	</bean>
	
	<!-- ==================== Location ==================== -->
	
	<bean id="LocationDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.LocationDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.Location"/>
	</bean>
	
	<!-- ==================== LocationLov ==================== -->
	
	<bean id="LocationLovDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.LocationLovDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.Location"/>
		<property name="readOnly" value="true" />
	</bean>
	
	<!-- ==================== LocationToBillLov ==================== -->
	
	<bean id="LocationToBillLovDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.LocationToBillLovDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.Location"/>
		<property name="readOnly" value="true" />
	</bean>
	
	<!-- ==================== LocationToShipLov ==================== -->
	
	<bean id="LocationToShipLovDsService" scope="singleton" lazy-init="true"
			class="net.nan21.dnet.core.presenter.service.ds.DefaultEntityDsService">
		<property name="modelClass" value="net.nan21.dnet.module.bd.geo.ds.model.LocationToShipLovDs"/>
		<property name="entityClass" value="net.nan21.dnet.module.bd.geo.domain.entity.Location"/>
		<property name="readOnly" value="true" />
	</bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy