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