public class SimpleReactiveCosmosEntityMetadata<T> extends Object implements ReactiveCosmosEntityMetadata<T>
| Modifier and Type | Field and Description |
|---|---|
private CosmosEntityInformation<T,String> |
entityInformation |
private Class<T> |
type |
| Constructor and Description |
|---|
SimpleReactiveCosmosEntityMetadata(Class<T> type,
CosmosEntityInformation<T,String> entityInformation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionName() |
String |
getContainerName() |
Class<T> |
getJavaType() |
private final CosmosEntityInformation<T,String> entityInformation
public SimpleReactiveCosmosEntityMetadata(Class<T> type, CosmosEntityInformation<T,String> entityInformation)
public Class<T> getJavaType()
getJavaType in interface org.springframework.data.repository.core.EntityMetadatapublic String getCollectionName()
getCollectionName in interface ReactiveCosmosEntityMetadata<T>public String getContainerName()
getContainerName in interface ReactiveCosmosEntityMetadata<T>Copyright © 2020 Microsoft. All rights reserved.