Interface LcR2dbcRepository<T,ID>
-
- Type Parameters:
T- type of entityID- type of primary key
- All Superinterfaces:
org.springframework.data.r2dbc.repository.R2dbcRepository<T,ID>,org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>,org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>,org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>,org.springframework.data.repository.Repository<T,ID>
- All Known Implementing Classes:
LcR2dbcRepositoryImpl
@NoRepositoryBean public interface LcR2dbcRepository<T,ID> extends org.springframework.data.r2dbc.repository.R2dbcRepository<T,ID>Base interface for a Spring data repository extended with functionalities from this library.- Author:
- Guillaume Le Cousin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LcReactiveDataRelationalClientgetLcClient()-
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
-
-
-
-
Method Detail
-
getLcClient
LcReactiveDataRelationalClient getLcClient()
-
-