Is anybody knows how doesnt schemaupdate work with many-to-many
e.g.:
i have category and product entities with many-to-many on each one:
how can i know when schemaupdate creates table: categoriesToProducts and when productsToCategories
ps. i dont want to specify tableName in my mapping