Uses of Interface
org.socialsignin.spring.data.dynamodb.mapping.DynamoDBPersistentProperty
-
Packages that use DynamoDBPersistentProperty Package Description org.socialsignin.spring.data.dynamodb.mapping -
-
Uses of DynamoDBPersistentProperty in org.socialsignin.spring.data.dynamodb.mapping
Methods in org.socialsignin.spring.data.dynamodb.mapping that return DynamoDBPersistentProperty Modifier and Type Method Description protected DynamoDBPersistentPropertyDynamoDBMappingContext. createPersistentProperty(org.springframework.data.mapping.model.Property property, DynamoDBPersistentEntityImpl<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)protected DynamoDBPersistentPropertyDynamoDBPersistentEntityImpl. returnPropertyIfBetterIdPropertyCandidateOrNull(DynamoDBPersistentProperty property)Returns the given property if it is a better candidate for the id property than the current id property.Methods in org.socialsignin.spring.data.dynamodb.mapping with parameters of type DynamoDBPersistentProperty Modifier and Type Method Description protected DynamoDBPersistentPropertyDynamoDBPersistentEntityImpl. returnPropertyIfBetterIdPropertyCandidateOrNull(DynamoDBPersistentProperty property)Returns the given property if it is a better candidate for the id property than the current id property.Constructor parameters in org.socialsignin.spring.data.dynamodb.mapping with type arguments of type DynamoDBPersistentProperty Constructor Description DynamoDBPersistentEntityImpl(org.springframework.data.util.TypeInformation<T> information, java.util.Comparator<DynamoDBPersistentProperty> comparator)
-