DATACASS-672 - Polishing.

Reflect dropped Serializable requirement on primary key classes in documentation.
This commit is contained in:
Mark Paluch
2019-07-01 12:26:28 +02:00
parent 792e201a34
commit 993a82f088

View File

@@ -395,9 +395,6 @@ public class LoginEvent {
----
====
NOTE: `PrimaryKeyClass` must implement `Serializable` and should provide implementations of `equals()` and `hashCode()`.
[[mapping.usage-annotations]]
=== Mapping Annotation Overview