Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity - Data mapping using reflection #522

Open
asomeJay opened this issue Feb 20, 2022 · 0 comments
Open

Entity - Data mapping using reflection #522

asomeJay opened this issue Feb 20, 2022 · 0 comments

Comments

@asomeJay
Copy link

Expected Behavior

At first time, I think 'spring-data-dynamodb use reflection to entity'.
so that, kotlin property can be assigned when access modifier is 'val' (no setter access modifier)
because JPA does like that.

Actual Behavior

'val' property can't be assigned value.

Steps to Reproduce the Problem

  1. Make class, the access modifier of class property is "val"
  2. execute query, e.g) findAll()

Specifications

  • Spring Data DynamoDB Version: 5.2.5
  • Spring Data Version:
  • AWS SDK Version:
  • Java Version: 11
  • Platform Details:

All those information are logged by org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory on INFO level on startup.
Or use java -version and mvn dependency:tree | grep -E 'spring|aws' to provide those version numbers.

Always thanks for your kindness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant