SavedFormRow

works.iterative.forms.service.impl.mariadb.MariaDBFormPersistenceService.SavedFormRow
final case class SavedFormRow(id: String, formId: String, formVersion: String, encoding: String, data: String, timestamp: Instant)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product