.mardao-maven-plugin.3.0.5.source-code.DaoBean.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mardao-maven-plugin Show documentation
Show all versions of mardao-maven-plugin Show documentation
Mardao is the Architect's Java DAO generator for use with Maven
package ${daoPackage};
import com.google.inject.Inject;
import net.sf.mardao.dao.Supplier;
/**
* Implementation of Business Methods related to entity ${entity.simpleName}.
* This (empty) class is generated by mardao, but edited by developers.
* It is not overwritten by the generator once it exists.
*
* Generated on ${currentDate}.
* @author mardao DAO generator (${helper.class.name})
*/
public class ${entity.simpleName}DaoBean
extends Generated${entity.simpleName}DaoImpl
{
@Inject
public ${entity.simpleName}DaoBean(Supplier supplier) {
super(supplier);
}
// TODO: implement your Business Methods here
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy