public class AddressRestrictionDAOHibernate extends EntityObjectDAOHibernate<AddressRestriction> implements AddressRestrictionDAO
logger
Constructor and Description |
---|
AddressRestrictionDAOHibernate() |
Modifier and Type | Method and Description |
---|---|
List<AddressRestriction> |
findAll() |
AddressRestriction |
findbyAddress(String address) |
Class<AddressRestriction> |
getPersistentClass()
All subclasses of HibernateDAO must implement this method for
HibernateDao.load(long) to
work correctly |
save, update
currentSession, load, remove, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
save
load, remove, update
public Class<AddressRestriction> getPersistentClass()
HibernateDao
HibernateDao.load(long)
to
work correctlygetPersistentClass
in class HibernateDao<AddressRestriction>
public AddressRestriction findbyAddress(String address)
findbyAddress
in interface AddressRestrictionDAO
public List<AddressRestriction> findAll()
findAll
in interface AddressRestrictionDAO
Copyright © 2020 Atlassian. All rights reserved.
View cookie preferences