Interface EntityRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<de.uniba.minf.registry.model.entity.Entity,,String> EntityRepositoryCustom,org.springframework.data.repository.ListCrudRepository<de.uniba.minf.registry.model.entity.Entity,,String> org.springframework.data.repository.ListPagingAndSortingRepository<de.uniba.minf.registry.model.entity.Entity,,String> org.springframework.data.mongodb.repository.MongoRepository<de.uniba.minf.registry.model.entity.Entity,,String> org.springframework.data.repository.PagingAndSortingRepository<de.uniba.minf.registry.model.entity.Entity,,String> org.springframework.data.repository.query.QueryByExampleExecutor<de.uniba.minf.registry.model.entity.Entity>,org.springframework.data.repository.Repository<de.uniba.minf.registry.model.entity.Entity,String>
public interface EntityRepository
extends org.springframework.data.mongodb.repository.MongoRepository<de.uniba.minf.registry.model.entity.Entity,String>, EntityRepositoryCustom
-
Method Summary
Modifier and TypeMethodDescriptionList<de.uniba.minf.registry.model.entity.Entity>findByDefinition(String definition) Optional<de.uniba.minf.registry.model.entity.Entity>findbyNextVersionUniqueId(String nextVersionUniqueId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface de.uniba.minf.registry.repository.EntityRepositoryCustom
countByDefinition, countByImportId, countLatestByCriteria, countVersionsByEntityId, findAllEntityIds, findAllLatest, findByImportId, findDefinitionNameById, findEarliestByEntityId, findLatestByCriteria, findLatestByDefinition, findLatestByDefinitionAndQuery, findLatestByEntityId, findLatestByEntityIds, getIsLatest, removeImportIdByImportId, updateRelatedEntity, updateRelatedEntityIds, updateSourceInfoMethods 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
-
findByDefinition
-
findbyNextVersionUniqueId
-