IdentifiablePostgresPersistence<T extends IIdentifiable<K>, K> constructor Null safety

IdentifiablePostgresPersistence<T extends IIdentifiable<K>, K>(
  1. String? tableName,
  2. String? schemaName
)

Creates a new instance of the persistence component.

  • tableName (optional) a table name.
  • schemaName (optional) a schema name