/**
* Get the ordered set of all {@link DataColumn}s for this screen result.
* @return the ordered set of all {@link DataColumn}s for this screen
* result.
*/
@OneToMany(mappedBy = "screenResult", cascade = { CascadeType.ALL }, orphanRemoval = true)
@org.hibernate.annotations.Sort(type=org.hibernate.annotations.SortType.NATURAL)
public SortedSet<DataColumn> getDataColumns()
{
return _dataColumns;
}
ScreenResult.java 文件源码
java
阅读 37
收藏 0
点赞 0
评论 0
项目:screensaver
作者:
评论列表
文章目录