Commit 43027d3
TRUNK-5924: Migrate PatientIdentifier to JPA annotations (#5383)
* TRUNK-5924: Migrate PatientIdentifier to JPA annotations
* TRUNK-5924: Remove redundant mapping for PatientIdentifier and fix build failure
* Update api/src/main/java/org/openmrs/PatientIdentifier.java
Co-authored-by: Manoj Lakshan <[email protected]>
* Update api/src/main/resources/hibernate.cfg.xml
Co-authored-by: Manoj Lakshan <[email protected]>
* Remove unused import in PatientIdentifier.java
* TRUNK-5924: Set PatientIdentifier.preferred column as non-nullable
* TRUNK-5924: Align Liquibase schema with nullable constraints
---------
Co-authored-by: Manoj Lakshan <[email protected]>1 parent 921ef2e commit 43027d3
File tree
4 files changed
+27
-47
lines changed- api/src
- main
- java/org/openmrs
- resources
- org/openmrs/api/db/hibernate
- test/java/org/openmrs/api
4 files changed
+27
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
| |||
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
| 54 | + | |
| 55 | + | |
46 | 56 | | |
47 | 57 | | |
48 | 58 | | |
| |||
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
58 | 71 | | |
59 | 72 | | |
| 73 | + | |
| 74 | + | |
60 | 75 | | |
61 | 76 | | |
62 | 77 | | |
63 | 78 | | |
64 | 79 | | |
65 | | - | |
| 80 | + | |
66 | 81 | | |
67 | 82 | | |
68 | 83 | | |
69 | 84 | | |
70 | 85 | | |
| 86 | + | |
71 | 87 | | |
72 | 88 | | |
| 89 | + | |
| 90 | + | |
73 | 91 | | |
74 | 92 | | |
75 | 93 | | |
76 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
77 | 97 | | |
78 | 98 | | |
| 99 | + | |
| 100 | + | |
79 | 101 | | |
80 | 102 | | |
| 103 | + | |
81 | 104 | | |
82 | 105 | | |
83 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
Lines changed: 0 additions & 44 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
2855 | 2856 | | |
2856 | 2857 | | |
2857 | 2858 | | |
| 2859 | + | |
2858 | 2860 | | |
2859 | 2861 | | |
2860 | 2862 | | |
| |||
0 commit comments