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