- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<EntityWithDTO,java.lang.Long>, org.springframework.data.jpa.repository.JpaRepository<EntityWithDTO,java.lang.Long>, org.springframework.data.repository.PagingAndSortingRepository<EntityWithDTO,java.lang.Long>, org.springframework.data.repository.query.QueryByExampleExecutor<EntityWithDTO>, org.springframework.data.repository.Repository<EntityWithDTO,java.lang.Long>
@Repository
public interface EntityWithDTORepository
extends org.springframework.data.jpa.repository.JpaRepository<EntityWithDTO,java.lang.Long>
Spring Data JPA repository for the EntityWithDTO entity.