Interface CosmosPersistentEntity<T>
- Type Parameters:
T
- the type that is persisted.
- 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
Modifier and TypeMethodDescriptionTo get container of entityTo get languageMethods 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, getInstanceCreatorMetadata, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation