Class PersistentEntitiesFactoryBean

java.lang.Object
org.springframework.data.r2dbc.config.PersistentEntitiesFactoryBean
All Implemented Interfaces:
FactoryBean<org.springframework.data.mapping.context.PersistentEntities>

public class PersistentEntitiesFactoryBean extends Object implements FactoryBean<org.springframework.data.mapping.context.PersistentEntities>
Simple helper to be able to wire the PersistentEntities from a R2dbcMappingContext bean available in the application context.
Since:
1.2
Author:
Mark Paluch
  • Constructor Details

  • Method Details

    • getObject

      public org.springframework.data.mapping.context.PersistentEntities getObject()
      Specified by:
      getObject in interface FactoryBean<org.springframework.data.mapping.context.PersistentEntities>
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface FactoryBean<org.springframework.data.mapping.context.PersistentEntities>