Uses of Class
org.socialsignin.spring.data.dynamodb.repository.support.FieldAndGetterReflectionEntityInformation
-
Packages that use FieldAndGetterReflectionEntityInformation Package Description org.socialsignin.spring.data.dynamodb.repository.support -
-
Uses of FieldAndGetterReflectionEntityInformation in org.socialsignin.spring.data.dynamodb.repository.support
Subclasses of FieldAndGetterReflectionEntityInformation in org.socialsignin.spring.data.dynamodb.repository.support Modifier and Type Class Description classDynamoDBIdIsHashAndRangeKeyEntityInformationImpl<T,ID>Encapsulates minimal information needed to load DynamoDB entities that have both hash and range key, and have a composite id attribute annotated withId.classDynamoDBIdIsHashKeyEntityInformationImpl<T,ID>Encapsulates minimal information needed to load DynamoDB entities.
-