Interface DynamoDBPersistentEntity<T>
-
- All Superinterfaces:
java.lang.Iterable<DynamoDBPersistentProperty>,org.springframework.data.mapping.PersistentEntity<T,DynamoDBPersistentProperty>
- All Known Implementing Classes:
DynamoDBPersistentEntityImpl
public interface DynamoDBPersistentEntity<T> extends org.springframework.data.mapping.PersistentEntity<T,DynamoDBPersistentProperty>
Interface for a DynamoDB-specific entity.- Author:
- Michael Lavelle, Sebastian Just
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.mapping.PersistentEntity
doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
-
-