Skip to content

Commit

Permalink
HHH-17460 - Ongoing JPA 32 work
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Mar 29, 2024
1 parent 5c18928 commit bd46604
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions migration-guide.adoc
Expand Up @@ -63,6 +63,19 @@ private Employee manager;
----


[[java-beans]]
== JavaBean Conventions

Previous versions allowed some, at beast, questionable attribute naming patterns. These are no longer supported. E.g.

[source,java]
----
@Basic
String isDefault();
----



[[cleanup]]
== Some Cleanup

Expand Down

0 comments on commit bd46604

Please sign in to comment.