Schnittstelle ContactRepository

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

public interface ContactRepository extends org.springframework.data.jpa.repository.JpaRepository<Contact,Long>
Repository interface for accessing and managing contact entities in the database.