@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 DataFeedDao
public DataFeed findByDataFeedName(String dataFeedName)
findByDataFeedName
in interface DataFeedDao
Copyright © 2020. All rights reserved.