MySqlPersistence<T> constructor Null safety

MySqlPersistence<T>(
  1. String? tableName,
  2. String? schemaName
)

Creates a new instance of the persistence component.

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