@Repository(value="blURLHandlerDao") public class URlHandlerDaoImpl extends java.lang.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 |
|---|---|
java.util.List<URLHandler> |
findAllURLHandlers()
Gets all the URL handlers configured in the system
|
URLHandler |
findURLHandlerByURI(java.lang.String uri) |
URLHandler |
saveURLHandler(URLHandler handler) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public URLHandler findURLHandlerByURI(java.lang.String uri)
findURLHandlerByURI in interface URLHandlerDaopublic java.util.List<URLHandler> findAllURLHandlers()
URLHandlerDaofindAllURLHandlers in interface URLHandlerDaopublic URLHandler saveURLHandler(URLHandler handler)
saveURLHandler in interface URLHandlerDaoCopyright © 2018. All Rights Reserved.