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:
Gavin King 2005-04-03 21:31:28 +00:00
parent 4a17055749
commit 6b88bd59bc
1 changed files with 5 additions and 0 deletions

View File

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