HHH-17460 - Ongoing JPA 32 work
This commit is contained in:
parent
00f1896efc
commit
24cc02487d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue