Schnittstelle TagRepository

Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<Tag,Long>, org.springframework.data.jpa.repository.JpaRepository<Tag,Long>, org.springframework.data.repository.ListCrudRepository<Tag,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<Tag,Long>, org.springframework.data.repository.PagingAndSortingRepository<Tag,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<Tag>, org.springframework.data.repository.Repository<Tag,Long>

public interface TagRepository extends org.springframework.data.jpa.repository.JpaRepository<Tag,Long>
Repository interface for accessing and managing tag entities in the database.