DaoEntityIDFactory

Class representing a producer of EntityID instances, which are managed and cached by their respective EntityClass instances using a data access object pattern.

Constructors

Link copied to clipboard
constructor()

Functions

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