Interface TemplateRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Template,​Long>, org.springframework.data.repository.Repository<Template,​Long>

    @Repository
    public interface TemplateRepository
    extends org.springframework.data.repository.CrudRepository<Template,​Long>
    Author:
    FMARSLAN
    • Method Summary

      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll