Interface DynamoDBPersistentProperty
-
- All Superinterfaces:
org.springframework.data.mapping.PersistentProperty<DynamoDBPersistentProperty>
public interface DynamoDBPersistentProperty extends org.springframework.data.mapping.PersistentProperty<DynamoDBPersistentProperty>
Interface for a DynamoDB-specificPersistentProperty.- Author:
- Michael Lavelle, Sebastian Just
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCompositeIdProperty()booleanisHashKeyProperty()-
Methods inherited from interface org.springframework.data.mapping.PersistentProperty
findAnnotation, findPropertyOrOwnerAnnotation, getActualType, getAssociation, getAssociationTargetType, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypes, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isAssociation, isCollectionLike, isEntity, isIdProperty, isImmutable, isMap, isTransient, isVersionProperty, isWritable, usePropertyAccess
-
-