Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中,我正在为我的实体使用 JPA 验证。我正在使用两个实体类,例如 (1)InstrumentConfiguration 和 (2)GenericEntity。
在我的情况下 InstrumentConfiguration 扩展了 GenericEntity
Generic 类中有一个字段说 datemodified。我想在扩展的子类中提供验证,即 InstrumentConfiguration 。我想使用 XML 文件提供验证。我该怎么做?