UUIDEntity
Properties
Link copied to clipboard
                  Link copied to clipboard
                  The associated EntityClass that manages this Entity instance.
Link copied to clipboard
                  The final column-value mapping for this Entity instance after being flushed and retrieved from the database.
Link copied to clipboard
                  The initial column-value mapping for this Entity instance before being flushed and inserted into the database.
Functions
Link copied to clipboard
                  Sends all cached inserts and updates for this Entity instance to the database.
Link copied to clipboard
                  Link copied to clipboard
                  Transfers initial column-value mappings from writeValues to readValues and clears the former once complete.
Link copied to clipboard
                  infix fun <TID : Any, Target : Entity<TID>> EntityClass<TID, Target>.via(table: Table): InnerTableLink<UUID, Entity<UUID>, TID, Target>
fun <TID : Any, Target : Entity<TID>> EntityClass<TID, Target>.via(    sourceColumn: Column<EntityID<UUID>>,     targetColumn: Column<EntityID<TID>>): InnerTableLink<UUID, Entity<UUID>, TID, Target>
Registers a reference as a field of the child entity class, which returns a parent object of this EntityClass, for use in many-to-many relations.