EntityExtensionsApi

Entity extension APIs.

Note these APIs are designed to be used by Ktorm's 3rd party extensions, applications should not use them directly.

Since

3.5.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Get the specific column value from this entity, returning null if the value doesn't exist.

Link copied to clipboard

Check if the specific column value exists in this entity.

Link copied to clipboard

Check if this entity is attached to the database.

Link copied to clipboard
fun Entity<*>.setColumnValue(binding: ColumnBinding, value: Any?)

Set the specific column's value into this entity.