BaseEntity

abstract class BaseEntity

Created by rsubramaniam on 10/19/17.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getModifiedTime(): Long
Gets the date and time when the entity was modified as number of milliseconds since January 1, 1970, 00:00:00 GMT.
Link copied to clipboard
open fun onBeforeInsert()
Sets the create time before the inserting the entity into the database table.
Link copied to clipboard
open fun onBeforeUpdate()
Sets the create time before the inserting the entity into the database table.