added
test
This commit is contained in:
parent
844dc9789e
commit
980ffeca3e
|
@ -1,5 +1,6 @@
|
|||
package com.loafle.overflow.module.probe.dao;
|
||||
|
||||
import com.loafle.overflow.module.domain.Domain;
|
||||
import com.loafle.overflow.module.probe.model.Probe;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
@ -15,5 +16,5 @@ public interface ProbeDAO extends JpaRepository<Probe, Long> {
|
|||
// public List<Agent> findAgentListByMemberId(Member member);
|
||||
|
||||
Probe findByProbeKey(String probeKey);
|
||||
List<Probe> findAllByDomainId(long domainId);
|
||||
List<Probe> findAllByDomain(Domain domain);
|
||||
}
|
Loading…
Reference in New Issue
Block a user