Interface DynamoDBPersistentProperty

  • All Superinterfaces:
    org.springframework.data.mapping.PersistentProperty<DynamoDBPersistentProperty>

    public interface DynamoDBPersistentProperty
    extends org.springframework.data.mapping.PersistentProperty<DynamoDBPersistentProperty>
    Interface for a DynamoDB-specific PersistentProperty.
    Author:
    Michael Lavelle, Sebastian Just
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isCompositeIdProperty()  
      boolean isHashKeyProperty()  
      • 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
    • Method Detail

      • isHashKeyProperty

        boolean isHashKeyProperty()
      • isCompositeIdProperty

        boolean isCompositeIdProperty()