Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 21st, 2012  |  syntax: None  |  size: 0.42 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. hibernate reverse engineering to include a @Transient property
  2. private org.springframework.web.multipart.commons.CommonsMultipartFile photo;
  3.  
  4.  
  5.     @Transient
  6.     public CommonsMultipartFile getPhoto() {
  7.         return photo;
  8.     }
  9.  
  10.     public void setPhoto(CommonsMultipartFile photo) {
  11.         this.photo = photo;
  12.     }
  13.        
  14. <templatepath>src/main/resources/reveng.templates/</templatepath>
  15. <filepattern>*.java</filepattern>