You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to create Entity with a dynamic table name ? I need to set different table names depending on environment where my code is running.
Like it is in Hibernate .setNamingStrategy( new MyNamingStrategy () );