extra note about final method for ultra-idiotic users
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6320 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
4a17055749
commit
6b88bd59bc
|
@ -125,6 +125,7 @@ public class Cat {
|
|||
persist a property with a default, <literal>protected</literal> or <literal>
|
||||
private</literal> get / set pair.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="persistent-classes-pojo-constructor" revision="1">
|
||||
|
@ -198,6 +199,10 @@ public class Cat {
|
|||
with Hibernate, but you won't be able to use proxies for lazy association fetching -
|
||||
which will limit your options for performance tuning.
|
||||
</para>
|
||||
<para>
|
||||
You should also avoid declaring <literal>public final</literal> methods on the
|
||||
non-final classes.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in New Issue