Package-level declarations
Types
JPA representation of the common schema entities
First version of the Vault ORM schema
Marker interface to denote a persistable Corda state entity that exposes the transaction id and index as composite key called stateRef.
Marker interface to denote a persistable Corda state entity that exposes the transaction id and index as a nested composite key called compositeKey that is itself a DirectStatePersistable. i.e. exposes a stateRef.
A database schema that might be configured for this node. As well as a name and version for identifying the schema, also list the classes that may be used in the generated object graph in order to configure the ORM tool.
Embedded StateRef representation used in state mapping.
A contract state that may be mapped to database schemas configured for this node to support querying for, or filtering of, states.
Marker interface to denote a persistable Corda state entity that will always have a transaction id and index