public class PropertyDAOHibernate extends HibernateDao<Property> implements PropertyDAO
logger| Constructor and Description |
|---|
PropertyDAOHibernate() |
| Modifier and Type | Method and Description |
|---|---|
Property |
findByName(long name) |
Class<Property> |
getPersistentClass()
All subclasses of HibernateDAO must implement this method for
HibernateDao.load(long) to
work correctly |
currentSession, load, remove, save, setSessionFactory, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitload, remove, updatepublic Class<Property> getPersistentClass()
HibernateDaoHibernateDao.load(long) to
work correctlygetPersistentClass in class HibernateDao<Property>public Property findByName(long name) throws ObjectNotFoundException
findByName in interface PropertyDAOObjectNotFoundExceptionPropertyDAO.findByName(long)Copyright © 2023 Atlassian. All rights reserved.