public interface ImplementationDAO extends DAO<Implementation>
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
List<Implementation> |
find(ImplementationType type) |
Implementation |
find(String key) |
List<Implementation> |
findAll() |
Implementation |
save(Implementation implementation) |
Implementation find(String key)
List<Implementation> find(ImplementationType type)
List<Implementation> findAll()
Implementation save(Implementation implementation)
void delete(String key)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.