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.
-
Method Summary
Methods inherited from interface de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.EntityRepository
getByRefId, setRelatedEntitiesMethods inherited from interface de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifiableRepository
addRelatedEntity, addRelatedEntity, addRelatedFileresource, addRelatedFileresource, findByLanguageAndInitial, findRelatedEntities, findRelatedEntities, findRelatedFileResources, findRelatedFileResources, getByIdentifiables, getByIdentifier, getByIdentifier, getLanguages, setRelatedEntities, setRelatedFileResources, setRelatedFileResourcesMethods inherited from interface de.digitalcollections.cudami.server.backend.api.repository.PagingSortingFilteringRepository
findMethods inherited from interface de.digitalcollections.cudami.server.backend.api.repository.UniqueObjectRepository
count, create, delete, delete, deleteByUuid, deleteByUuids, getByExample, getByExampleAndFiltering, getByExamples, getByExamplesAndFiltering, getByUuid, getByUuidAndFiltering, getByUuids, getByUuidsAndFiltering, getRandom, save, save, saveOrUpdate, update, update