template.conf.sit_javaee6.java-dao.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sit-ad Show documentation
Show all versions of sit-ad Show documentation
SIToolkit for Application Develepment
The newest version!
package $dao.pkg;
import ${dao.appRootPkg}.infra.layer.BaseDao;
import ${dao.appRootPkg}.infra.layer.Dao;
/**
* このクラスは、$dao.entity.nameのDAOです。
* @author
*/
@Dao
public class $dao.pname extends BaseDao<$dao.entity.pname, $dao.entity.idType> {
@Override
public Class<$dao.entity.pname> getEntityType() {
return ${dao.entity.pname}.class;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy