You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Please note that there is absolutely no need to override the default behaviour.
97
97
If your class structures are not annotated with [@Discriminator](src/main/java/de/bild/codec/annotations/Discriminator.java) or [@DiscriminatorKey](src/main/java/de/bild/codec/annotations/DiscriminatorKey.java) the default behaviour is as follows:
98
98
*[@Discriminator](src/main/java/de/bild/codec/annotations/Discriminator.java) is the simple class name
99
99
*[@DiscriminatorKey](src/main/java/de/bild/codec/annotations/DiscriminatorKey.java) is "_t"
100
-
***ATTENTION: Discriminator-information is only persisted in teh database, if polymorphic structures are detected**
100
+
***ATTENTION: Discriminator-information is only persisted in the database, if polymorphic structures are detected**
101
101
* to force persisting discriminator information to the database either add [@Polymorphic](src/main/java/de/bild/codec/annotations/Polymorphic.java) to your class structure or you annotate a class with [@Discriminator](src/main/java/de/bild/codec/annotations/Discriminator.java)
0 commit comments