Package-level declarations

Types

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

JPA-Entität für die Schlüsselwertspeichertabelle „codbi_local_apidoc“.

Link copied to clipboard
class StructuredDataStoreAction : IPluginServletAction

Ein Servlet-Aktions-Plugin, das einen Endpunkt zum Speichern und Abrufen von strukturiertem JSON bereitstellt Daten. Daten werden über CodbiEntities in der Datenbank gespeichert.