Class PersistentEntitiesFactoryBean

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

public class PersistentEntitiesFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.data.mapping.context.PersistentEntities>
Simple helper to be able to wire the MappingContext from a CassandraConverter bean available in the application context.
  • Constructor Details

  • Method Details

    • getObject

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

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