Interface ReactiveCosmosEntityMetadata<T>

All Superinterfaces:
org.springframework.data.repository.core.EntityMetadata<T>
All Known Implementing Classes:
SimpleReactiveCosmosEntityMetadata

public interface ReactiveCosmosEntityMetadata<T> extends org.springframework.data.repository.core.EntityMetadata<T>
Metadata class to describe reactive cosmos entity includes domain type and container information
  • Method Summary

    Modifier and Type
    Method
    Description
    Get container name from the given entity

    Methods inherited from interface org.springframework.data.repository.core.EntityMetadata

    getJavaType
  • Method Details

    • getContainerName

      String getContainerName()
      Get container name from the given entity
      Returns:
      String