public class ApplicationDaoHibernate extends AbstractDaoHibernate<OnmsApplication,Integer> implements ApplicationDao
Constructor and Description |
---|
ApplicationDaoHibernate()
Constructor for ApplicationDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
OnmsApplication |
findByName(String name)
findByName
|
bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, find, find, findAll, findMatching, findMatching, findMatchingObjects, findObjects, findUnique, flush, get, initDao, initialize, load, lock, merge, queryInt, queryInt, save, saveOrUpdate, update
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
public ApplicationDaoHibernate()
Constructor for ApplicationDaoHibernate.
public OnmsApplication findByName(String name)
findByName
findByName
in interface ApplicationDao
name
- a String
object.OnmsApplication
object.Copyright © 2015. All rights reserved.