Interface LcR2dbcRepository<T,ID>
-
- All Superinterfaces:
org.springframework.data.r2dbc.repository.R2dbcRepository<T,ID>,org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>,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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LcReactiveDataRelationalClientgetLcClient()
-
-
-
Method Detail
-
getLcClient
LcReactiveDataRelationalClient getLcClient()
-
-