Skip to content

Add enabled mapping parameter. #1652

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

Merged

Conversation

sothawo
Copy link
Collaborator

@sothawo sothawo commented Jan 17, 2021

Mapping can be disabled by setting @Mapping(enabled=false) on

  • an entity class, disabling the mapping for the whole entity
  • a property of type FieldType.Object, disabling the mapping for this property

Closes #1370

@sothawo sothawo merged commit aba14c5 into spring-projects:master Jan 17, 2021
@sothawo sothawo deleted the #1370-add-enabled-mapping-parameter branch January 17, 2021 22:56
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

Successfully merging this pull request may close these issues.

Add enabled mapping parameter to FieldType configuration [DATAES-798]
1 participant