mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
7d69bc664a
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). |
||
---|---|---|
.. | ||
node-driver | ||
smoke-test-utils | ||
test-common | ||
test-utils |