java - Adding a Single Column in a DataBase using Hibernate AutoDDL? -


i have 1 database having 10 schemas , in have 1 table name common in each schema.

i have add single column in sql database using autoddl.but problem defining 10 hibernatecfg files , defining single mapping file having configuration of 10 schemas.

can guide me how can make code generic , fast? generic mean can define more 1 hibernate cfg file single database.

is standard way of doing things?

i have done configuration this:

hibernate.cfg.xml

subscription.hbm.xml


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -