HHH-17460 - Ongoing JPA 32 work

This commit is contained in:
Steve Ebersole 2024-03-29 10:59:16 -05:00
parent 00f1896efc
commit 24cc02487d
1 changed files with 13 additions and 0 deletions

View File

@ -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