public class DynamoDBPersistentEntityImpl<T> extends org.springframework.data.mapping.model.BasicPersistentEntity<T,DynamoDBPersistentProperty> implements DynamoDBPersistentEntity<T>
DynamoDBPersistentEntity implementation| Constructor and Description |
|---|
DynamoDBPersistentEntityImpl(org.springframework.data.util.TypeInformation<T> information,
Comparator<DynamoDBPersistentProperty> comparator) |
| Modifier and Type | Method and 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, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionProperty, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, 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 © 2016. All rights reserved.