File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/antora/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ Spring Data automatically tries to detect a persistent entity's constructor to b
299299The resolution algorithm works as follows:
300300
3013011. If there is a constructor that is annotated with `@PersistenceCreator`, it is used.
302- 2. If the type is a <<mapping.kotlin,Kotlin data cass >> the primary constructor is used.
302+ 2. If the type is a <<mapping.kotlin,Kotlin data class >> the primary constructor is used.
3033033. If there is a single static factory method annotated with `@PersistenceCreator` then it is used.
3043044. If there is a single constructor, it is used.
3053055. If there are multiple constructors and exactly one is annotated with `@PersistenceCreator`, it is used.
You can’t perform that action at this time.
0 commit comments