@Type(type = "org.openyu.commons.entity.usertype.NamesEntityUserType")
@Column(name = "names", length = 2048)
@Field(store = Store.YES, index = Index.YES, analyze = Analyze.NO)
@FieldBridge(impl = NamesEntityBridge.class)
public Set<LocaleNameEntity> getNames() {
return names;
}
NamesEntitySupporter.java 文件源码
java
阅读 43
收藏 0
点赞 0
评论 0
项目:openyu-commons
作者:
评论列表
文章目录