Interface CosmosPersistentEntity<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContainer()
      To get container of entity
      String getLanguage()
      To get language
      • Methods inherited from interface org.springframework.data.mapping.PersistentEntity

        doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
    • Method Detail

      • getContainer

        String getContainer()
        To get container of entity
        Returns:
        String
      • getLanguage

        String getLanguage()
        To get language
        Returns:
        String