Interface CosmosPersistentEntity<T>
-
- All Superinterfaces:
Iterable<CosmosPersistentProperty>,org.springframework.data.mapping.PersistentEntity<T,CosmosPersistentProperty>
- All Known Implementing Classes:
BasicCosmosPersistentEntity
public interface CosmosPersistentEntity<T> extends org.springframework.data.mapping.PersistentEntity<T,CosmosPersistentProperty>
Represents a cosmos persistent entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContainer()To get container of entityStringgetLanguage()To get language-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.springframework.data.mapping.PersistentEntity
doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
-
-