persist

@CheckReturnValue
open fun <T : PanacheEntityBase> persist(): Uni<T>

Persist this entity in the database. This will set its ID field if not already set.