/**
* Get the copies.
*
* @return the copies
*/
@OneToMany(mappedBy = "library", cascade = { CascadeType.ALL })
@Sort(type = SortType.NATURAL)
public SortedSet<Copy> getCopies()
{
return _copies;
}
Library.java 文件源码
java
阅读 34
收藏 0
点赞 0
评论 0
项目:screensaver
作者:
评论列表
文章目录