![JAR search and dependency download from the Maven repository](/logo.png)
rvey.service-survey.14.source-code.spring-dao.xml Maven / Gradle / Ivy
<?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 2012-12-20T16:56:25.034+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.survey.domain BEGIN ============ --> <bean id="dSurveyDao" class="com.wadpam.survey.dao.DSurveyDaoBean" > </bean> <bean id="dVersionDao" class="com.wadpam.survey.dao.DVersionDaoBean" > <!-- for survey Many-To-One relation --> <property name="surveyDao" ref="dSurveyDao" /> </bean> <bean id="dQuestionDao" class="com.wadpam.survey.dao.DQuestionDaoBean" > <!-- for survey Many-To-One relation --> <property name="surveyDao" ref="dSurveyDao" /> <!-- for version Many-To-One relation --> <property name="versionDao" ref="dVersionDao" /> </bean> <bean id="dResponseDao" class="com.wadpam.survey.dao.DResponseDaoBean" > <!-- for survey Many-To-One relation --> <property name="surveyDao" ref="dSurveyDao" /> <!-- for version Many-To-One relation --> <property name="versionDao" ref="dVersionDao" /> </bean> <bean id="di18nDao" class="com.wadpam.survey.dao.Di18nDaoBean" > </bean> <bean id="dOptionDao" class="com.wadpam.survey.dao.DOptionDaoBean" > <!-- for question Many-To-One relation --> <property name="questionDao" ref="dQuestionDao" /> <!-- for survey Many-To-One relation --> <property name="surveyDao" ref="dSurveyDao" /> <!-- for version Many-To-One relation --> <property name="versionDao" ref="dVersionDao" /> </bean> <bean id="dAnswerDao" class="com.wadpam.survey.dao.DAnswerDaoBean" > <!-- for question Many-To-One relation --> <property name="questionDao" ref="dQuestionDao" /> <!-- for response Many-To-One relation --> <property name="responseDao" ref="dResponseDao" /> <!-- for survey Many-To-One relation --> <property name="surveyDao" ref="dSurveyDao" /> <!-- for version Many-To-One relation --> <property name="versionDao" ref="dVersionDao" /> </bean> <!-- ============== DaoBeans for entities in package com.wadpam.survey.domain END ============ --> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy