| Package | Description |
|---|---|
| org.socialsignin.spring.data.dynamodb.mapping |
| Modifier and Type | Method and Description |
|---|---|
protected DynamoDBPersistentProperty |
DynamoDBMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
DynamoDBPersistentEntityImpl<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
protected DynamoDBPersistentProperty |
DynamoDBPersistentEntityImpl.returnPropertyIfBetterIdPropertyCandidateOrNull(DynamoDBPersistentProperty property)
Returns the given property if it is a better candidate for the id
property than the current id property.
|
| Modifier and Type | Method and Description |
|---|---|
protected DynamoDBPersistentProperty |
DynamoDBPersistentEntityImpl.returnPropertyIfBetterIdPropertyCandidateOrNull(DynamoDBPersistentProperty property)
Returns the given property if it is a better candidate for the id
property than the current id property.
|
| Constructor and Description |
|---|
DynamoDBPersistentEntityImpl(org.springframework.data.util.TypeInformation<T> information,
Comparator<DynamoDBPersistentProperty> comparator) |
Copyright © 2016. All rights reserved.