uth.oauth2-client.1.9.source-code.spring-dao.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oauth2-client Show documentation
Show all versions of oauth2-client Show documentation
Implements OAuth2 authentication on top of Open-Server security
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>