CosmosPersistentEntity<T> Interface
Type Parameters
- T
the type that is persisted.
Implements
org.springframework.data.mapping.PersistentEntity<T,CosmosPersistentProperty>
public interface CosmosPersistentEntity
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:
String
getLanguage
public abstract String getLanguage()
To get language
Returns:
String
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java