org.shredzone.repowatch.repository.hib
Class BlacklistDAOHibImpl
java.lang.Object
org.shredzone.repowatch.repository.hib.BaseDAOHibImpl<Blacklist>
org.shredzone.repowatch.repository.hib.BlacklistDAOHibImpl
- All Implemented Interfaces:
- BaseDAO<Blacklist>, BlacklistDAO
@Repository
@Transactional
public class BlacklistDAOHibImpl
- extends BaseDAOHibImpl<Blacklist>
- implements BlacklistDAO
A Hibernate implementation of BlacklistDAO.
- Version:
- $Revision: 328 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlacklistDAOHibImpl
public BlacklistDAOHibImpl()
fetch
@Transactional(readOnly=true)
public Blacklist fetch(long id)
- Description copied from interface:
BaseDAO
- Fetches the entity with the given ID.
- Specified by:
fetch in interface BaseDAO<Blacklist>
- Parameters:
id - Entity ID
- Returns:
- Entity
findAllBlacklists
@Transactional(readOnly=true)
public List<Blacklist> findAllBlacklists()
- Description copied from interface:
BlacklistDAO
- Returns a set of all blacklists.
- Specified by:
findAllBlacklists in interface BlacklistDAO
- Returns:
- List of all
Blacklist entities.
Copyright © 2007-2011
shredzone.org. All Rights Reserved.