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

com.wadpam.open.dao.DaoConfig Maven / Gradle / Ivy

The newest version!
package com.wadpam.open.dao;

import java.util.HashMap;
import java.util.Map;
import net.sf.mardao.core.dao.DaoImpl;
import com.wadpam.open.domain.DAppDomain;

/**
 * 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-07-25T08:32:58.323+0700.
 * @author mardao DAO generator (net.sf.mardao.plugin.ProcessDomainMojo)
 */
public class DaoConfig {

    public static Map createDaos() {
        final HashMap map = new HashMap();

        // first, create and map Dao instances:
        final DAppDomainDaoBean dAppDomainDao =
            new DAppDomainDaoBean();
        map.put(DAppDomain.class, dAppDomainDao);

        // next, wire parents;

        // finally, wire many-to-ones;
	
        return map;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy