SimpleCosmosEntityMetadata<T> Class
- java.
lang. Object - com.
azure. spring. data. cosmos. repository. query. SimpleCosmosEntityMetadata<T>
- com.
Type Parameters
- T
domain type.
Implements
public class SimpleCosmosEntityMetadata
implements CosmosEntityMetadata<T>
Metadata class to describe simple cosmos entity includes domain type and cosmos entity information
Constructor Summary
Constructor | Description |
---|---|
SimpleCosmosEntityMetadata(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 of cosmos |
Class<T> |
getJavaType()
Return the actual domain class type |
Methods inherited from java.lang.Object
Constructor Details
SimpleCosmosEntityMetadata
public SimpleCosmosEntityMetadata(Class
Initialization
Parameters:
Method Details
getCollectionName
public String getCollectionName()
Get collection name of cosmos
Returns:
getContainerName
public String getContainerName()
Get container name of cosmos
Returns:
getJavaType
public Class
Return the actual domain class type
Returns:
Applies to
Azure SDK for Java