/**
* @return the features
*/
@Cascade(CascadeType.ALL)
@OneToMany(mappedBy = MAPPED_BY, fetch = FetchType.LAZY)
@LazyCollection(LazyCollectionOption.EXTRA)
@MaxSerializableSize(MAX_SERIALIZABLE_SIZE)
public Set<Feature> getFeatures() {
return features;
}
ArrayDesignDetails.java 文件源码
java
阅读 32
收藏 0
点赞 0
评论 0
项目:caarray
作者:
评论列表
文章目录