We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are situations when you want to dynamically determine which fields of a domain object should actually be saved.
To achieve this it would be good to have a method similar to Neo4jTemplate::saveImpl available as a public API
Neo4jTemplate::saveImpl
spring-data-neo4j/src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java
Lines 360 to 411 in ea7bfb7
The text was updated successfully, but these errors were encountered:
GH-2420 - Provide saveAs overloads with a predicate for selecting pro…
78360ce
…jected attributes. Closes #2420.
saveAs
1916720
Is there a possibility of downporting this to 6.2 so we don't have to wait for the next spring boot release?
Sorry, something went wrong.
meistermeier
No branches or pull requests
There are situations when you want to dynamically determine which fields of a domain object should actually be saved.
To achieve this it would be good to have a method similar to
Neo4jTemplate::saveImpl
available as a public APIspring-data-neo4j/src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java
Lines 360 to 411 in ea7bfb7
The text was updated successfully, but these errors were encountered: