corda/testing
Maksymilian Pawlak 33e45eef4a CORDA-1297 - Columns nullability (#3112) -> V3 (#3303)
* [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).

(cherry picked from commit 7d69bc6)

* Compilation fix
2018-06-05 15:55:20 +01:00
..
node-driver CORDA-866, ENT-1933 - Remove stale nodes from Network, Fix NetParam serialization (#3255) (#3128) 2018-05-31 10:03:51 +01:00
smoke-test-utils CORDA-961 - Revert the introduction of GlobalProperties. 2018-02-19 15:57:21 +00:00
test-common CORDA-866, ENT-1933 - Remove stale nodes from Network, Fix NetParam serialization (#3255) (#3128) 2018-05-31 10:03:51 +01:00
test-utils CORDA-1297 - Columns nullability (#3112) -> V3 (#3303) 2018-06-05 15:55:20 +01:00