Maksymilian Pawlak
7d69bc664a
[CORDA-1297] Columns nullability ( #3112 )
...
JPA/Hibernate entities need to impose the correct NULL/NOT NULL constraints on the database - whatever these correct values actually are.
API change: net.corda.core.schemas.PersistentStateRef fields (index and txId) are now non-nullable. Rationale: The fields were always effectively non-nullable - values were set from non-nullable fields of other objects. The class is used in context of database table Primary Key of for other entities and a database already imposes those columns as non-nullable (even if JPA annotation nullable=false was absent).
2018-05-25 19:03:24 +02:00
..
2018-05-22 15:38:43 +01:00
2017-10-30 10:09:08 +00:00
2018-05-21 09:57:29 +01:00
2018-05-25 11:37:20 +01:00
2018-05-24 16:06:33 +01:00
2018-05-22 15:38:43 +01:00
2018-02-21 15:33:28 +01:00
2017-09-22 16:51:14 +01:00
2018-05-11 13:02:40 +02:00
2018-05-24 16:06:33 +01:00
2018-03-06 14:22:38 +00:00
2018-05-11 13:02:40 +02:00
2017-10-01 23:33:15 +01:00
2018-05-24 15:43:58 +02:00
2017-10-01 23:33:15 +01:00
2017-09-22 15:14:16 +01:00
2018-05-03 15:39:52 +01:00
2018-02-16 12:32:53 +00:00
2018-05-11 13:02:40 +02:00
2018-05-15 16:59:35 +02:00
2018-05-15 16:59:35 +02:00
2018-05-24 18:26:55 +01:00
2018-01-30 10:59:03 +01:00
2017-11-22 15:39:48 +00:00
2018-05-11 13:02:40 +02:00
2017-03-30 12:23:20 +01:00
2018-05-25 19:03:24 +02:00
2017-12-08 17:00:31 +00:00
2018-05-24 14:30:36 +01:00
2018-05-21 13:39:38 +01:00
2018-05-18 17:28:40 +01:00
2017-06-07 16:14:01 +01:00
2018-05-21 11:49:56 +01:00
2017-08-22 18:09:23 +01:00
2017-06-07 16:14:01 +01:00
2018-05-11 13:02:40 +02:00
2018-05-24 15:43:58 +02:00
2018-05-24 15:43:58 +02:00
2018-05-25 17:38:34 +02:00
2018-05-15 16:59:35 +02:00
2018-05-15 16:59:35 +02:00
2018-05-15 17:09:50 +01:00
2018-02-27 12:48:08 +00:00
2018-05-11 13:02:40 +02:00
2017-11-16 15:31:52 +00:00
2017-11-01 14:25:48 +00:00
2018-05-11 13:02:40 +02:00
2018-05-17 09:09:07 +01:00
2017-06-07 16:14:01 +01:00
2017-06-22 16:13:54 +01:00
2018-03-06 14:22:38 +00:00
2018-05-24 16:06:33 +01:00
2018-04-20 16:56:27 +01:00
2018-05-21 12:42:23 +01:00
2018-05-11 13:02:40 +02:00
2017-12-13 16:22:40 +00:00
2017-11-16 15:31:52 +00:00
2018-05-11 13:02:40 +02:00
2018-04-11 11:08:20 +01:00
2018-02-27 10:21:03 +00:00
2018-05-21 09:57:29 +01:00
2017-09-29 17:42:49 +01:00
2017-06-07 16:14:01 +01:00
2018-05-24 16:06:33 +01:00
2017-12-08 17:00:08 +00:00
2017-06-07 16:14:01 +01:00
2017-12-08 17:00:08 +00:00
2017-06-07 16:14:01 +01:00
2018-02-12 16:13:43 +00:00
2018-05-23 08:59:58 +01:00
2018-05-24 16:06:33 +01:00
2017-06-07 16:14:01 +01:00
2017-06-09 13:59:39 +01:00
2018-05-11 13:02:40 +02:00
2018-05-24 16:06:33 +01:00
2017-12-08 17:00:08 +00:00
2017-06-16 15:30:11 +01:00
2018-05-21 13:05:08 +03:00
2018-05-17 09:59:30 +01:00
2017-06-07 16:14:01 +01:00
2018-03-26 13:41:37 +01:00
2018-05-23 11:21:58 +01:00
2018-03-08 11:11:28 +00:00
2018-01-30 10:59:03 +01:00
2017-11-07 12:16:49 +00:00
2018-04-30 15:19:59 +01:00
2018-04-06 09:22:58 +01:00
2017-06-05 13:37:23 +01:00
2018-05-25 11:37:20 +01:00
2018-02-26 16:47:53 +00:00
2018-05-11 13:02:40 +02:00
2018-05-24 15:43:58 +02:00
2018-05-04 10:22:03 +01:00
2018-05-11 13:02:40 +02:00
2017-06-05 13:37:23 +01:00
2018-05-25 17:14:00 +01:00
2018-01-05 19:30:17 +00:00
2018-03-28 09:40:21 +01:00
2018-04-30 11:05:57 +01:00
2018-05-25 17:07:19 +01:00
2017-08-04 17:23:31 +01:00
2017-09-05 17:38:53 +01:00
2018-05-24 18:26:55 +01:00
2018-03-16 13:41:38 +00:00
2017-12-13 16:22:40 +00:00
2018-05-14 12:09:53 +01:00
2017-11-16 15:31:52 +00:00
2018-05-23 13:44:28 +01:00
2018-05-24 16:06:33 +01:00
2017-11-02 15:09:49 +00:00
2018-05-24 16:06:33 +01:00
2018-05-11 13:02:40 +02:00
2018-03-09 16:00:52 +00:00
2017-10-01 23:33:15 +01:00
2018-04-03 09:11:35 +01:00
2018-05-11 13:02:40 +02:00
2018-01-15 17:56:21 +01:00
2017-12-13 17:46:31 +00:00
2018-05-25 19:03:24 +02:00
2018-05-09 13:52:58 +01:00
2017-06-28 16:00:39 +01:00
2018-01-12 10:20:24 +00:00
2018-05-11 13:02:40 +02:00