Fix typo on doc
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19613 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
c952c87ab4
commit
f42826502b
|
@ -1537,9 +1537,9 @@ public class Invoice {
|
|||
)
|
||||
public Integer getId() { ... } </programlisting>
|
||||
|
||||
<para>The scope of a generator definitioncan be the application or the
|
||||
class. Class-defined generators are not visible outside the class and
|
||||
can override application level generators. Application level
|
||||
<para>The scope of a generator definition can be the application or
|
||||
the class. Class-defined generators are not visible outside the class
|
||||
and can override application level generators. Application level
|
||||
generators are defined in JPA's XML deployment descriptors (see XXXXXX
|
||||
<xref linkend="xml-overriding" />):</para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue