Employee.java 文件源码

java
阅读 36 收藏 0 点赞 0 评论 0

项目:Hibernate_Validation_API_Annotation_Simple 作者:
@Column(length=15)
@Type(type="string")
@NotNull(message="Name is Required")
@Size(min=4,max=10,message="Name Must be in 5 to 10 chars only")
@Pattern(regexp="ps[A-Z]*",message="Name Must be Starts with ps")
public String getName() {
    return name;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号