dao property bug fix
This commit is contained in:
parent
eeeb3e9c68
commit
f379e6bfe9
|
@ -13,5 +13,5 @@ import java.util.List;
|
|||
@Repository
|
||||
public interface MetaCrawlerInputItemDAO extends JpaRepository<MetaCrawlerInputItem, Integer> {
|
||||
|
||||
List<MetaCrawlerInputItem> findAllByMetaCrawler(MetaCrawler metaCrawler);
|
||||
List<MetaCrawlerInputItem> findAllByCrawler(MetaCrawler crawler);
|
||||
}
|
||||
|
|
|
@ -13,5 +13,5 @@ import java.util.List;
|
|||
@Repository
|
||||
public interface MetaInfraVendorDAO extends JpaRepository<MetaInfraVendor, Integer> {
|
||||
|
||||
List<MetaInfraVendor> findAllByMetaInfraType(MetaInfraType infraType);
|
||||
List<MetaInfraVendor> findAllByInfraType(MetaInfraType infraType);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user