EntityIDFunctionProvider

Class responsible for locating and providing the appropriate functions to produce EntityID instances.

Functions

Link copied to clipboard
fun <T : Comparable<T>> createEntityID(value: T, table: IdTable<T>): EntityID<T>

Returns a new EntityID that holds a value of type T, for the specified table.