-
val tableAnno = entityClass.annotations.find { it.annotationClass === Table::class } as? Table val tableName = tableAnno?.name