@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 URLHandlerDao
public List<URLHandler> findAllRegexURLHandlers()
findAllRegexURLHandlers
in interface URLHandlerDao
public URLHandler findURLHandlerById(Long id)
findURLHandlerById
in interface URLHandlerDao
public List<URLHandler> findAllURLHandlers()
URLHandlerDao
findAllURLHandlers
in interface URLHandlerDao
public URLHandler saveURLHandler(URLHandler handler)
saveURLHandler
in interface URLHandlerDao
Copyright © 2022. All rights reserved.