Iterable<T>, DynamoDBPersistentEntity<T>, org.springframework.data.mapping.PersistentEntity<T,DynamoDBPersistentProperty>public class DynamoDBPersistentEntityImpl<T> extends org.springframework.data.mapping.model.BasicPersistentEntity<T,DynamoDBPersistentProperty> implements DynamoDBPersistentEntity<T>
DynamoDBPersistentEntity implementation| Constructor | Description | 
|---|---|
| DynamoDBPersistentEntityImpl(org.springframework.data.util.TypeInformation<T> information,
                            Comparator<DynamoDBPersistentProperty> comparator) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected DynamoDBPersistentProperty | returnPropertyIfBetterIdPropertyCandidateOrNull(DynamoDBPersistentProperty property) | Returns the given property if it is a better candidate for the id property
 than the current id property. | 
addAssociation, addPersistentProperty, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isVersionProperty, iterator, setPersistentPropertyAccessorFactory, verifyforEach, iterator, spliteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoWithAssociations, 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, isVersionPropertypublic DynamoDBPersistentEntityImpl(org.springframework.data.util.TypeInformation<T> information, Comparator<DynamoDBPersistentProperty> comparator)
protected DynamoDBPersistentProperty returnPropertyIfBetterIdPropertyCandidateOrNull(DynamoDBPersistentProperty property)
returnPropertyIfBetterIdPropertyCandidateOrNull in class org.springframework.data.mapping.model.BasicPersistentEntity<T,DynamoDBPersistentProperty>property - the new id property candidate, will never be null.Copyright © 2018. All rights reserved.