Interface CosmosEntityMetadata<T>
-
- All Superinterfaces:
org.springframework.data.repository.core.EntityMetadata<T>
- All Known Implementing Classes:
SimpleCosmosEntityMetadata
public interface CosmosEntityMetadata<T> extends org.springframework.data.repository.core.EntityMetadata<T>Metadata class to describe cosmos entity includes domain type and container information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContainerName()Get container name from the given entity
-
-
-
Method Detail
-
getContainerName
String getContainerName()
Get container name from the given entity- Returns:
- String
-
-