MappingEntry

Defines a mapping.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source path.

Link copied to clipboard

The name of the source table.

Link copied to clipboard

The source type.

Link copied to clipboard

The target path.

Link copied to clipboard

The target table.

Link copied to clipboard

The target type.

Functions

Link copied to clipboard
inline fun copy(block: MappingEntry.Builder.() -> Unit = {}): MappingEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String