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

generate.dao.dao.ftl Maven / Gradle / Ivy

There is a newer version: 1.0.1-RELEASE
Show newest version
package ${packageName};

import com.github.herowzz.springfuse.data.jpa.dao.IBaseDao;
import ${entityPackageName};

public interface ${entityName}Dao extends IBaseDao<${entityName}, ${idType}> {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy