SimpleReactiveCosmosEntityMetadata<T> Class
- java.
lang. Object - com.
azure. spring. data. cosmos. repository. query. SimpleReactiveCosmosEntityMetadata<T>
- com.
Type Parameters
- T
domain type.
Implements
public class SimpleReactiveCosmosEntityMetadata<T>
implements ReactiveCosmosEntityMetadata<T>
Metadata class to describe simple reactive cosmos entity includes domain type and cosmos entity information
Constructor Summary
| Constructor | Description |
|---|---|
| SimpleReactiveCosmosEntityMetadata(Class<T> type, CosmosEntityInformation<T,String> entityInformation) |
Initialization |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getCollectionName()
Get collection name of cosmos |
| String |
getContainerName()
Get container name from the given entity |
| Class<T> |
getJavaType()
Return the actual domain class type |
Methods inherited from java.lang.Object
Constructor Details
SimpleReactiveCosmosEntityMetadata
public SimpleReactiveCosmosEntityMetadata(Class<T> type, CosmosEntityInformation<T,String> entityInformation)
Initialization
Parameters:
Method Details
getCollectionName
public String getCollectionName()
Get collection name of cosmos
Returns:
getContainerName
public String getContainerName()
Get container name from the given entity
getJavaType
public Class<T> getJavaType()
Return the actual domain class type
Returns: