corda / net.corda.core.node.services.vault / FieldInfo

FieldInfo

class FieldInfo

Contains information about a field from an entity class. Used as part of query criteria construction through Builder, produced by function getField. The constructor should not be invoked manually.

Parameters

name - field name

entityClass - JPA entity class for the query

Properties

entityClass

JPA entity class for the query

val entityClass: Class<*>

name

field name

val name: String