added
method
This commit is contained in:
parent
710518b454
commit
b9c856cb37
|
@ -14,6 +14,6 @@ public interface NoAuthProbeDAO extends JpaRepository<NoAuthProbe, Long> {
|
|||
// NoAuthProbeDeprecate findByTempKey(NoAuthProbeDeprecate noAuthAgent);
|
||||
// List<NoAuthProbeDeprecate> findAllByNoAuth(NoAuthProbeDeprecate noAuthAgent);
|
||||
|
||||
// @Query("SELECT n FROM NoAuthProbe n WHERE n.tempProbeKey = :tempProbeKey")
|
||||
// NoAuthProbe findByTempKey(@Param("tempProbeKey")String tempProbeKey);
|
||||
@Query("SELECT n FROM NoAuthProbe n WHERE n.tempProbeKey = :tempProbeKey")
|
||||
NoAuthProbe findByTempKey(@Param("tempProbeKey")String tempProbeKey);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user