你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReactiveCosmosEntityMetadata<T> Interface

Type Parameters

T

domain type.

Implements

org.springframework.data.repository.core.EntityMetadata<T>

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 and Description
abstract String getContainerName()

Get container name from the given entity

Method Details

getContainerName

public abstract String getContainerName()

Get container name from the given entity

Returns:

String

Applies to