Interface GeoLocationRepository<G extends de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>

All Superinterfaces:
EntityRepository<G>, IdentifiableRepository<G>, PagingSortingFilteringRepository<G>, UniqueObjectRepository<G>
All Known Subinterfaces:
CanyonRepository, CaveRepository, ContinentRepository, CountryRepository, CreekRepository, HumanSettlementRepository, LakeRepository, MountainRepository, OceanRepository, RiverRepository, SeaRepository, StillWatersRepository, ValleyRepository

public interface GeoLocationRepository<G extends de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation> extends EntityRepository<G>
Repository for GeoLocation persistence handling.