【发布时间】:2013-07-21 01:36:16
【问题描述】:
我正在我的数据库中实现索引我想知道这个注释是否只适用于 D.D.L. We got a legacy System this sentence dont work if the schema is generated?.
被忽略了?
我的代码
@org.hibernate.annotations.Table(appliesTo = "person",indexes={@org.hibernate.annotations.Index(name = "part_of_name",columnNames={"c01"})})
我正在检查文档,INDEX 的文档几乎是空的。来看看
【问题讨论】: