sql.serviceImplementation.ftl Maven / Gradle / Ivy
package ${packageName};
import ${importEntity};
import ${importService};
import br.com.anteros.persistence.session.service.SimpleSQLService;
/**
* Generated by Anteros Generator Maven Plugin at ${time}
**/
public class ${serviceNameImpl} extends GenericSQLService<${entityType}, Long> implements ${interfaceService} {
}