@Id
@Column(name = "method_id", unique = true, nullable = false)
@SequenceGenerator(name="method_id_seq",schema="version30",sequenceName="method_id_seq", allocationSize=1)
@GeneratedValue(strategy=GenerationType.SEQUENCE,generator="method_id_seq")
public int getMethodId() {
return this.methodId;
}
Method.java 文件源码
java
阅读 30
收藏 0
点赞 0
评论 0
项目:igsn30
作者:
评论列表
文章目录