Builder

abstract class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): ForeignKeyViolation
Link copied to clipboard
abstract fun created(created: Date): ForeignKeyViolation.Builder
Link copied to clipboard
abstract fun fromColumn(fromColumn: String): ForeignKeyViolation.Builder
Link copied to clipboard
abstract fun fromObjectRow(fromObjectRow: String): ForeignKeyViolation.Builder
Link copied to clipboard
abstract fun fromObjectUid(fromObjectUid: String): ForeignKeyViolation.Builder
Link copied to clipboard
abstract fun fromTable(fromTable: String): ForeignKeyViolation.Builder
Link copied to clipboard
abstract fun notFoundValue(notFoundValue: String): ForeignKeyViolation.Builder
Link copied to clipboard
Link copied to clipboard