Uses of Interface
org.springframework.data.relational.repository.query.RelationalEntityInformation
Packages that use RelationalEntityInformation
Package
Description
Support infrastructure for query derivation of R2DBC-specific repositories.
Support infrastructure for query derivation of relational database repositories.
-
Uses of RelationalEntityInformation in org.springframework.data.r2dbc.repository.support
Methods in org.springframework.data.r2dbc.repository.support that return RelationalEntityInformationModifier and TypeMethodDescription<T,ID> RelationalEntityInformation<T, ID> R2dbcRepositoryFactory.getEntityInformation(Class<T> domainClass) Constructors in org.springframework.data.r2dbc.repository.support with parameters of type RelationalEntityInformationModifierConstructorDescriptionSimpleR2dbcRepository(RelationalEntityInformation<T, ID> entity, R2dbcEntityOperations entityOperations, R2dbcConverter converter) Create a newSimpleR2dbcRepository.SimpleR2dbcRepository(RelationalEntityInformation<T, ID> entity, DatabaseClient databaseClient, R2dbcConverter converter, ReactiveDataAccessStrategy accessStrategy) Create a newSimpleR2dbcRepository. -
Uses of RelationalEntityInformation in org.springframework.data.relational.repository.support
Classes in org.springframework.data.relational.repository.support that implement RelationalEntityInformationModifier and TypeClassDescriptionclassRelationalEntityInformationimplementation using aRelationalPersistentEntityinstance to lookup the necessary information.