|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.citerus.dddsample.infrastructure.persistence.hibernate.HibernateRepository se.citerus.dddsample.infrastructure.persistence.hibernate.LocationRepositoryHibernate
@Repository public final class LocationRepositoryHibernate
Constructor Summary | |
---|---|
LocationRepositoryHibernate()
|
Method Summary | |
---|---|
Location |
find(UnLocode unLocode)
Finds a location using given unlocode. |
java.util.List<Location> |
findAll()
Finds all locations. |
Methods inherited from class se.citerus.dddsample.infrastructure.persistence.hibernate.HibernateRepository |
---|
getSession, setSessionFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocationRepositoryHibernate()
Method Detail |
---|
public Location find(UnLocode unLocode)
LocationRepository
find
in interface LocationRepository
unLocode
- UNLocode.
public java.util.List<Location> findAll()
LocationRepository
findAll
in interface LocationRepository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |