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

JavaServer.repository.mustache Maven / Gradle / Ivy

Go to download

This artefact generates other artefacts such as API client, API server out of API Model

There is a newer version: 1.1.1
Show newest version
package {{repositoryPackage}};

{{#imports}}
{{import}}
{{/imports}}
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;

@Repository
public interface {{entityClassName}}Repository{{#crudRepository}} extends CrudRepository<{{entityClassName}}, {{primaryKeyClassName}}>{{/crudRepository}}
    {{#pagingAndSortingRepository}}extends PagingAndSortingRepository<{{entityClassName}}, {{primaryKeyClassName}}>JpaSpecificationExecutor<{{entityClassName}}>{{/pagingAndSortingRepository}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy