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

template.Dao.vm Maven / Gradle / Ivy

The newest version!
package ${package}.modules.${moduleName}.dao;

import com.nb6868.onex.common.jpa.BaseDao;
import ${package}.modules.${moduleName}.entity.${className}Entity;
import org.apache.ibatis.annotations.Mapper;

/**
 * ${comments}
 *
 * @author ${author} ${email}
 */
@Mapper
public interface ${className}Dao extends BaseDao<${className}Entity> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy