corda / net.corda.core.schemas.requery.converters

Package net.corda.core.schemas.requery.converters

Types

InstantConverter class InstantConverter : Converter<Instant, Timestamp>

Converts from a Instant to a java.sql.Timestamp for Java 8. Note that when converting between the time type and the database type all times will be converted to the UTC zone offset.

StateRefConverter class StateRefConverter : Converter<StateRef, Pair<String, Int>>

Converts from a StateRef to a Composite Key defined by a String txnHash and an Int index

VaultStateStatusConverter class VaultStateStatusConverter : EnumOrdinalConverter<StateStatus>

Converter which persists a Vault.StateStatus enum using its enum ordinal representation