TOPLink SchemaManager functionality
I wanted to know how SchemaManag开发者_如何学Pythoner of toplink works. I have a DataBaseSession and I create schemamanger from it. I also have some mappings in toplink. So my question is:
Will schemaManager.getColumninfo() provide me with info about those columns too which are not related to my mappings?
Yes, it just wraps the JDBC API, it does not use the mappings.
加载中,请稍侯......
精彩评论