@Repository(value="blURLHandlerDao") public class URlHandlerDaoImpl extends Object implements URLHandlerDao
| Modifier and Type | Field and Description | 
|---|---|
| protected javax.persistence.EntityManager | em | 
| protected EntityConfiguration | entityConfiguration | 
| Constructor and Description | 
|---|
| URlHandlerDaoImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<URLHandler> | findAllRegexURLHandlers() | 
| List<URLHandler> | findAllURLHandlers()Gets all the URL handlers configured in the system | 
| URLHandler | findURLHandlerById(Long id) | 
| URLHandler | findURLHandlerByURI(String uri) | 
| URLHandler | saveURLHandler(URLHandler handler) | 
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public URLHandler findURLHandlerByURI(String uri)
findURLHandlerByURI in interface URLHandlerDaopublic List<URLHandler> findAllRegexURLHandlers()
findAllRegexURLHandlers in interface URLHandlerDaopublic URLHandler findURLHandlerById(Long id)
findURLHandlerById in interface URLHandlerDaopublic List<URLHandler> findAllURLHandlers()
URLHandlerDaofindAllURLHandlers in interface URLHandlerDaopublic URLHandler saveURLHandler(URLHandler handler)
saveURLHandler in interface URLHandlerDaoCopyright © 2020. All rights reserved.