Custom

data class Custom(val entityStateClass: Class<out StatePersistable>, val entityStateColumnName: String) : SortAttribute

entityStateClass should reference a persistent state entity entityStateColumnName should reference an entity attribute name as defined by the associated mapped schema (for example, CashSchemaV1.PersistentCashState::currency.name)

Constructors

Link copied to clipboard
constructor(entityStateClass: Class<out StatePersistable>, entityStateColumnName: String)

Properties

Link copied to clipboard
Link copied to clipboard