- hibernate reverse engineering to include a @Transient property
- private org.springframework.web.multipart.commons.CommonsMultipartFile photo;
- @Transient
- public CommonsMultipartFile getPhoto() {
- return photo;
- }
- public void setPhoto(CommonsMultipartFile photo) {
- this.photo = photo;
- }
- <templatepath>src/main/resources/reveng.templates/</templatepath>
- <filepattern>*.java</filepattern>