
s.Anteros-Generator-Core.1.0.0.source-code.repositoryInterface.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Generator-Core Show documentation
Show all versions of Anteros-Generator-Core Show documentation
Anteros Generator Core for Java.
package ${packageName};
import ${importEntity};
import br.com.anteros.persistence.session.repository.SQLRepository;
/**
* Generated by Anteros Generator Maven Plugin at ${time}
**/
public interface ${repositoryName} extends SQLRepository<${entityType}, Long> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy