openpss / com.hendraanggrian.openpss.db / NamedSchema

NamedSchema

interface NamedSchema

Properties

name

abstract val name: AbstractColumn<String, *, String>

Inheritors

Customers

object Customers : DocumentSchema<Customer>, NamedSchema

DigitalPrices

object DigitalPrices : DocumentSchema<DigitalPrice>, NamedSchema

Employees

object Employees : DocumentSchema<Employee>, NamedSchema, Setupable

OffsetPrices

object OffsetPrices : DocumentSchema<OffsetPrice>, NamedSchema

PlatePrices

object PlatePrices : DocumentSchema<PlatePrice>, NamedSchema