public interface AddressRestrictionDAO extends EntityObjectDAO<AddressRestriction>
Modifier and Type | Method and Description |
---|---|
List<AddressRestriction> |
findAll() |
AddressRestriction |
findbyAddress(String address) |
void |
save(AddressRestriction persistentObject)
Saves a new DAO object to the persistence store.
|
load, remove, update
void save(AddressRestriction persistentObject) throws org.springframework.dao.DataAccessException
persistentObject
- The object to save.org.springframework.dao.DataAccessException
- A persistence exception has occurred.AddressRestriction findbyAddress(String address)
List<AddressRestriction> findAll() throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
Copyright © 2020 Atlassian. All rights reserved.
View cookie preferences