Interface IdentifierTypeRepository
- All Superinterfaces:
PagingSortingFilteringRepository<de.digitalcollections.model.identifiable.IdentifierType>,UniqueObjectRepository<de.digitalcollections.model.identifiable.IdentifierType>
public interface IdentifierTypeRepository
extends UniqueObjectRepository<de.digitalcollections.model.identifiable.IdentifierType>
-
Method Summary
Modifier and TypeMethodDescriptionde.digitalcollections.model.identifiable.IdentifierTypegetByNamespace(String namespace) Methods 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
-
Method Details
-
getByNamespace
de.digitalcollections.model.identifiable.IdentifierType getByNamespace(String namespace) throws RepositoryException - Throws:
RepositoryException
-