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

uth.oauth2-client.1.9.source-code.spring-dao.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Spring context to define the Dao beans.
 * This file is generated by mardao, but edited by developers.
 * It is not overwritten by the generator once it exists.
 *
 * Generated on 2013-02-19T17:01:32.835+0700.
 * @author mardao DAO generator (net.sf.mardao.plugin.ProcessDomainMojo)
-->
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
        default-init-method="init">

    <!-- ============== DaoBeans for entities in package com.wadpam.oauth2.domain BEGIN ============ -->
	<bean id="dConnectionDao" 
		class="com.wadpam.oauth2.dao.DConnectionDaoBean"
                >
	</bean>
	<bean id="dFactoryDao" 
		class="com.wadpam.oauth2.dao.DFactoryDaoBean"
                >
	</bean>
    <!-- ============== DaoBeans for entities in package com.wadpam.oauth2.domain END ============ -->
	
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy