简体   繁体   English

TOPLink SchemaManager功能

[英]TOPLink SchemaManager functionality

I wanted to know how SchemaManager of toplink works. 我想知道toplink的SchemaManager的工作方式。 I have a DataBaseSession and I create schemamanger from it. 我有一个DataBaseSession并从中创建了schemamanger。 I also have some mappings in toplink. 我在toplink中也有一些映射。 So my question is: 所以我的问题是:

Will schemaManager.getColumninfo() provide me with info about those columns too which are not related to my mappings? schemaManager.getColumninfo()也会向我提供与那些与我的映射无关的列的信息吗?

是的,它只是包装了JDBC API,而不使用映射。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM