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 e5ce4a226f
commit 4759dcf8de

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