CommonSchemaV1

First version of the Vault ORM schema

Types

Link copied to clipboard
class FungibleState(var participants: MutableSet<AbstractParty?>? = null, var owner: AbstractParty, var quantity: Long, var issuer: AbstractParty, var issuerRef: ByteArray) : PersistentState
Link copied to clipboard
class LinearState(var participants: MutableSet<AbstractParty>? = null, var externalId: String?, var uuid: UUID) : PersistentState

Properties

Link copied to clipboard
Link copied to clipboard
open override val migrationResource: String

Optional classpath resource containing the database changes for the mappedTypes

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String