Package org.nentangso.core.repository
Interface NtsAuthorityRepository
-
- All Superinterfaces:
org.springframework.data.r2dbc.repository.R2dbcRepository<NtsAuthority,String>,org.springframework.data.repository.reactive.ReactiveCrudRepository<NtsAuthority,String>,org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<NtsAuthority>,org.springframework.data.repository.reactive.ReactiveSortingRepository<NtsAuthority,String>,org.springframework.data.repository.Repository<NtsAuthority,String>
public interface NtsAuthorityRepository extends org.springframework.data.r2dbc.repository.R2dbcRepository<NtsAuthority,String>
Spring Data R2DBC repository for theNtsAuthorityentity.
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository
count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
-
-