CosmosPersistentEntity<T> Interface
Type Parameters
- T
the type that is persisted.
Implements
public interface CosmosPersistentEntity<T>
extends org.springframework.data.mapping.PersistentEntity<T,CosmosPersistentProperty>
Represents a cosmos persistent entity.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getContainer()
To get container of entity |
| abstract String |
getLanguage()
To get language |
Method Details
getContainer
public abstract String getContainer()
To get container of entity
Returns:
getLanguage
public abstract String getLanguage()
To get language
Returns: