public interface ApplicationDAO extends DAO<Application>
Modifier and Type | Method and Description |
---|---|
void |
delete(Application application) |
void |
delete(String key) |
Application |
find(String key) |
List<Application> |
findAll() |
Privilege |
findPrivilege(String key) |
Application |
save(Application application) |
Application find(String key)
List<Application> findAll()
Application save(Application application)
void delete(Application application)
void delete(String key)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.