mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +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). |
||
---|---|---|
.. | ||
isolated | ||
src | ||
build.gradle |