标签: hibernate jpa
在我的项目中,我正在为我的实体使用JPA验证。我正在使用两个entiy类说 (1)InstrumentConfiguration和 (2)GenericEntity。
就我而言 InstrumentConfiguration扩展了GenericEntity
在Generic类中有一个字段说datemodified ..我想在扩展子类中提供验证,即InstrumentConfiguration ..我想使用XML文件提供验证。我该怎么办?