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

ples.crud.0.14.1.source-code.dao.vm Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show newest version
package ${model.packageName};

/**
 * A DAO for #pluralize(${model.name}).
 **/
public interface ${model.name}Dao extends Dao<${model.name}> {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy