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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -