Class CosmosMappingContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected <T> BasicCosmosPersistentEntity<T> createPersistentEntity​(org.springframework.data.util.TypeInformation<T> typeInformation)  
      CosmosPersistentProperty createPersistentProperty​(org.springframework.data.mapping.model.Property property, BasicCosmosPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)  
      void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class org.springframework.data.mapping.context.AbstractMappingContext

        addPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityFor
      • Methods inherited from interface org.springframework.data.mapping.context.MappingContext

        getRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntity
    • Constructor Detail

      • CosmosMappingContext

        public CosmosMappingContext()
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Overrides:
        setApplicationContext in class org.springframework.data.mapping.context.AbstractMappingContext<BasicCosmosPersistentEntity<?>,​CosmosPersistentProperty>