Interface IdentifierRepository<T>
- All Known Subinterfaces:
AbstractRepository<T>,CategoryRepository,DatasetRepository,FeatureRepository,HistoricalLocationRepository,LocationRepository,MeasuringProgramRepository,NameRepository<T>,OfferingRepository,ParameterDataRepository<T>,ParameterServiceRepository<T>,PhenomenonRepository,PlatformRepository,ProcedureRepository,SamplingRepository,ServiceRepository,TagRepository,UnitRepository
public interface IdentifierRepository<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByIdentifier(String identifier) booleanexistsByIdentifier(String identifier) findByIdentifier(String identifier) getOneByIdentifier(String identifier)
-
Method Details
-
existsByIdentifier
-
findByIdentifier
-
deleteByIdentifier
-
getOneByIdentifier
-