Interface ProtectedContentRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<ProtectedContent,​Long>, org.springframework.data.jpa.repository.JpaRepository<ProtectedContent,​Long>, org.springframework.data.repository.PagingAndSortingRepository<ProtectedContent,​Long>, org.springframework.data.repository.query.QueryByExampleExecutor<ProtectedContent>, org.springframework.data.repository.Repository<ProtectedContent,​Long>

    @Repository
    public interface ProtectedContentRepository
    extends org.springframework.data.jpa.repository.JpaRepository<ProtectedContent,​Long>
    Spring Data repository for the ProtectedContent entity.