@Repository(value="blDataFeedDao") public class DataFeedDaoImpl extends Object implements DataFeedDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
| Constructor and Description |
|---|
DataFeedDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
DataFeed |
findByDataFeedName(String dataFeedName) |
DataFeed |
findById(Long id) |
public DataFeed findById(Long id)
findById in interface DataFeedDaopublic DataFeed findByDataFeedName(String dataFeedName)
findByDataFeedName in interface DataFeedDaoCopyright © 2020. All rights reserved.