CosmosEntityMetadata<T> Interface
Type Parameters
- T
domain type.
Implements
org.springframework.data.repository.core.EntityMetadata<T>
public interface CosmosEntityMetadata
extends org.springframework.data.repository.core.EntityMetadata<T>
Metadata class to describe 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java