-
- All Implemented Interfaces:
-
org.springframework.data.repository.CrudRepository,org.springframework.data.repository.PagingAndSortingRepository,org.springframework.data.repository.Repository
@NoRepositoryBean() public interface RadixRepository<ID extends Serializable, I extends Identity<ID>> implements PagingAndSortingRepository<I, ID>
Created By Ibrahim AlTamimi Created At 30, Fri Oct, 2020 Project radixhttps://arkitik.io
-
-
Method Summary
Modifier and Type Method Description abstract IfindByUuid(ID id)-
Methods inherited from class org.springframework.data.repository.PagingAndSortingRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll -
Methods inherited from class io.arkitik.radix.adapter.shared.repository.RadixRepository
findAll, findAll -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
findByUuid
abstract I findByUuid(ID id)
-
-
-
-