com.wadpam.oauth2.dao.DFactoryDaoBean 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!
package com.wadpam.oauth2.dao;
/**
* Implementation of Business Methods related to entity DFactory.
* This (empty) class is generated by mardao, but edited by developers.
* It is not overwritten by the generator once it exists.
*
* Generated on 2013-02-19T16:14:31.437+0700.
* @author mardao DAO generator (net.sf.mardao.plugin.ProcessDomainMojo)
*/
public class DFactoryDaoBean
extends GeneratedDFactoryDaoImpl
implements DFactoryDao
{
// TODO: implement your Business Methods here
}