Skip to content

Commit bd46604

Browse files
committed
HHH-17460 - Ongoing JPA 32 work
1 parent 5c18928 commit bd46604

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

migration-guide.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ private Employee manager;
6363
----
6464

6565

66+
[[java-beans]]
67+
== JavaBean Conventions
68+
69+
Previous versions allowed some, at beast, questionable attribute naming patterns. These are no longer supported. E.g.
70+
71+
[source,java]
72+
----
73+
@Basic
74+
String isDefault();
75+
----
76+
77+
78+
6679
[[cleanup]]
6780
== Some Cleanup
6881

0 commit comments

Comments
 (0)