Interface BaseDatarouterAccountDao
- All Known Implementing Classes:
DatarouterAccountDao
public interface BaseDatarouterAccountDao
-
Method Summary
Modifier and Type Method Description voiddelete(DatarouterAccountKey key)booleanexists(DatarouterAccountKey key)Optional<DatarouterAccount>find(DatarouterAccountKey key)DatarouterAccountget(DatarouterAccountKey key)voidput(DatarouterAccount databean)voidputMulti(Collection<DatarouterAccount> databeans)io.datarouter.scanner.Scanner<DatarouterAccount>scan()io.datarouter.scanner.Scanner<DatarouterAccountKey>scanKeys()io.datarouter.scanner.Scanner<DatarouterAccount>scanMulti(Collection<DatarouterAccountKey> keys)