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

templates.ServiceInterface.tmpl Maven / Gradle / Ivy

Go to download

Assist in generating CRUD code, without limitation on the specific language, as long as you can write velocity templates.

There is a newer version: 1.0.8
Show newest version

/**
 * @author: ${author}
 * @version: 1.0
 * @since ${date}
 */
package ${packagePrefix}.service;

import java.util.List;
import java.util.Collection;
import ${packagePrefix}.domain.${className};
import ${packagePrefix}.dao.${className}Dao;

public interface ${className}Service {

   public void save${className} (${className} ${classVar});

   public void delete${className} (${className} ${classVar});

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy