CodbiLocalApidoc

@Entity
class CodbiLocalApidoc(var id: Long? = null, var dataKey: String = "", var content: String? = null, var updatedAt: Timestamp = Timestamp(System.currentTimeMillis()))

JPA entity for the codbi_local_apidoc key-value storage table.

See also

Constructors

Link copied to clipboard
constructor(id: Long? = null, dataKey: String = "", content: String? = null, updatedAt: Timestamp = Timestamp(System.currentTimeMillis()))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: Long?
Link copied to clipboard