Package com.onec.repository
Interface DocumentRepository<T extends DocumentObject>
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,,UUID> org.springframework.data.repository.ListCrudRepository<T,,UUID> org.springframework.data.repository.Repository<T,UUID>
@NoRepositoryBean
public interface DocumentRepository<T extends DocumentObject>
extends org.springframework.data.repository.ListCrudRepository<T,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionfindByDateBetween(LocalDateTime from, LocalDateTime to) findByNumber(String number) 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, saveAll
-
Method Details
-
findByNumber
-
findByDateBetween
-