HHH-5148 add JAVA role to a programlisting
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19709 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b58d3be7dc
commit
1eaf80e3a9
|
@ -4945,7 +4945,7 @@ public class Country implements Serializable {
|
|||
not necessary as the binding between a column and its related column
|
||||
on the associated table is done directly</para>
|
||||
|
||||
<programlisting>@Entity
|
||||
<programlisting role="JAVA">@Entity
|
||||
class Person {
|
||||
@Id Integer personNumber;
|
||||
String firstName;
|
||||
|
|
Loading…
Reference in New Issue