public interface LocationErrorDao
| Modifier and Type | Method and Description |
|---|---|
List<LocationError> |
findAll() |
List<Location> |
findAllLocationsInError(Article article) |
LocationError |
findByLocation(Location location) |
LocationError findByLocation(Location location)
List<LocationError> findAll()
Copyright © 2013 CodeLutin. All rights reserved.