No getSchemaSeparator() method. Java, hibernate 3.3.2 -


i'm working in project, , have migrated hibernate 3.0.1 3.3.2. after fixing library dependencies , code errors, i've encountered problem, , problem method getschemaseparator() of dialect class (org.hibernate.dialect.dialect) seems deprecated , doesnt appear anymore in hibernate 3.3.2.

here code line:

dialect.getschemaseparator() 

i've googled problem , searched here fix, nothing found. seems there no such method.

my question if there method can substitude getschemaseparator() method?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -