Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有兴趣获取表列的“描述”属性。是否可以通过 Hibernate 进行操作?我正在使用 Sql Server 2008。
编辑:我正在尝试将 information_schema 中的列描述映射到相应的列(JPA 列实体)
我认为最简单的解决方案是映射informatio_schema为列提供信息的方式。如果您使用注释,您可以轻松访问 和 之类的信息Table name,Column name这些信息可用于Criteria获取描述。
informatio_schema
Table name
Column name
Criteria
这可能是重新编码一些可用的功能和非平台依赖。但如果你不会在研究中取得成功,总有一些解决办法。