Skip to content

Conversation

@ractive
Copy link

@ractive ractive commented Apr 27, 2012

Exclude transient fields from the field accessor pointcuts. Setting a transient field marked the entity as "dirty", without having a way to set it "undirty" again.

… transient field marked the entity as "dirty", without having a way to clear this dirty flag again.
@jexp
Copy link
Contributor

jexp commented Apr 27, 2012

does this work with the cross store approach as well, where the SDN managed fields are set to @transient ? Should, do or?

jexp added a commit that referenced this pull request Apr 27, 2012
Exclude transient fields from the field accessor pointcuts
@jexp jexp merged commit 444e6a8 into spring-projects:2.0.x Apr 27, 2012
@jexp
Copy link
Contributor

jexp commented Apr 27, 2012

could you please add this to the RelationshipBacking Aspect as well? Thx!

@ractive
Copy link
Author

ractive commented Apr 27, 2012

It only excludes fields with the modifier "transient" and not fields that have the @transient annotation. To this should not affect the cross store stuff.

michael-simons added a commit that referenced this pull request Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants