Browse Source

Fix documentation of BeforeConvertCallback.

Closes #1673
3.1.x
Jens Schauder 2 years ago
parent
commit
1ac68af39f
No known key found for this signature in database
GPG Key ID: 14C72020B3B56291
  1. 2
      spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/event/BeforeConvertCallback.java

2
spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/event/BeforeConvertCallback.java

@ -19,7 +19,7 @@ import org.springframework.data.mapping.callback.EntityCallback;
/** /**
* An {@link EntityCallback} that gets invoked before the aggregate is converted into a database change. The decision if * An {@link EntityCallback} that gets invoked before the aggregate is converted into a database change. The decision if
* the change will be an insert or update is made after this callback gets called. * the change will be an insert or update is made before this callback gets called.
* <p> * <p>
* This is the correct callback if you want to create Id values for new aggregates. * This is the correct callback if you want to create Id values for new aggregates.
* <p> * <p>

Loading…
Cancel
Save