Interface ImportRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<de.uniba.minf.registry.model.Import,,String> org.springframework.data.repository.ListCrudRepository<de.uniba.minf.registry.model.Import,,String> org.springframework.data.repository.ListPagingAndSortingRepository<de.uniba.minf.registry.model.Import,,String> org.springframework.data.mongodb.repository.MongoRepository<de.uniba.minf.registry.model.Import,,String> org.springframework.data.repository.PagingAndSortingRepository<de.uniba.minf.registry.model.Import,,String> org.springframework.data.repository.query.QueryByExampleExecutor<de.uniba.minf.registry.model.Import>,org.springframework.data.repository.Repository<de.uniba.minf.registry.model.Import,String>
public interface ImportRepository
extends org.springframework.data.mongodb.repository.MongoRepository<de.uniba.minf.registry.model.Import,String>
-
Method Summary
Modifier and TypeMethodDescriptionList<de.uniba.minf.registry.model.Import>findBySourceEntityId(String sourceEntityId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, insert, insertMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findBySourceEntityId
-