Interface CosmosPersistentEntity<T>

All Superinterfaces:
Iterable<CosmosPersistentProperty>, org.springframework.data.mapping.PersistentEntity<T,CosmosPersistentProperty>
All Known Implementing Classes:
BasicCosmosPersistentEntity

public interface CosmosPersistentEntity<T> extends org.springframework.data.mapping.PersistentEntity<T,CosmosPersistentProperty>
Represents a cosmos persistent entity.
  • Method Summary

    Modifier and Type
    Method
    Description
    To get container of entity
    To get language

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.springframework.data.mapping.PersistentEntity

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

    • getContainer

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

      String getLanguage()
      To get language
      Returns:
      String