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:
Comments
Post a Comment