Class R2dbcMappingContext

java.lang.Object
org.springframework.data.mapping.context.AbstractMappingContext<RelationalPersistentEntity<?>,RelationalPersistentProperty>
org.springframework.data.relational.core.mapping.RelationalMappingContext
org.springframework.data.r2dbc.mapping.R2dbcMappingContext
All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, org.springframework.data.mapping.context.MappingContext<RelationalPersistentEntity<?>,RelationalPersistentProperty>

public class R2dbcMappingContext extends RelationalMappingContext
R2DBC-specific extension to RelationalMappingContext.
Author:
Mark Paluch
  • Constructor Details

  • Method Details

    • shouldCreatePersistentEntityFor

      protected boolean shouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type)
      Overrides:
      shouldCreatePersistentEntityFor in class org.springframework.data.mapping.context.AbstractMappingContext<RelationalPersistentEntity<?>,RelationalPersistentProperty>