Interface GeoLocationRepository
-
- All Superinterfaces:
EntityRepository<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>,IdentifiableRepository<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>
public interface GeoLocationRepository extends EntityRepository<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>
Repository for GeoLocation persistence handling.
-
-
Method Summary
-
Methods inherited from interface de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.EntityRepository
findOneByRefId, findRandom
-
Methods inherited from interface de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifiableRepository
addRelatedEntity, addRelatedEntity, addRelatedFileresource, addRelatedFileresource, count, delete, delete, find, find, find, findAllFull, findAllReduced, findByLanguageAndInitial, findOne, findOne, findOne, findOneByIdentifier, getLanguages, getRelatedEntities, getRelatedEntities, getRelatedFileResources, getRelatedFileResources, save, save, saveRelatedEntities, saveRelatedEntities, saveRelatedFileResources, saveRelatedFileResources, update, update
-
-