- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<Record,java.util.UUID>, org.springframework.data.jpa.repository.JpaRepository<Record,java.util.UUID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Record>, org.springframework.data.repository.PagingAndSortingRepository<Record,java.util.UUID>, org.springframework.data.repository.query.QueryByExampleExecutor<Record>, org.springframework.data.repository.Repository<Record,java.util.UUID>
@Repository
public interface RecordRepository
extends org.springframework.data.jpa.repository.JpaRepository<Record,java.util.UUID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Record>
Repository of the Record model.