mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-25 12:55:21 +00:00
Migrate User Guide from Docbook to Asciidoctor (FindBugs fix)
This commit is contained in:
parent
e2b58d1d20
commit
efae886634
@ -70,7 +70,7 @@ public void testLifecycle() {
|
||||
}
|
||||
|
||||
@Entity(name = "Person")
|
||||
public static class Person {
|
||||
public static class Person implements Serializable {
|
||||
|
||||
@Id
|
||||
@GeneratedValue
|
||||
@ -184,7 +184,7 @@ public int hashCode() {
|
||||
}
|
||||
|
||||
@Entity(name = "Address")
|
||||
public static class Address {
|
||||
public static class Address implements Serializable {
|
||||
|
||||
@Id
|
||||
@GeneratedValue
|
||||
|
@ -119,7 +119,7 @@ public int hashCode() {
|
||||
}
|
||||
|
||||
@Entity(name = "Person")
|
||||
public static class Person {
|
||||
public static class Person implements Serializable {
|
||||
|
||||
@Id
|
||||
@GeneratedValue
|
||||
@ -158,7 +158,7 @@ public int hashCode() {
|
||||
}
|
||||
|
||||
@Entity(name = "Address")
|
||||
public static class Address {
|
||||
public static class Address implements Serializable {
|
||||
|
||||
@Id
|
||||
@GeneratedValue
|
||||
|
Loading…
x
Reference in New Issue
Block a user