| 
					
						 hi..
 
 
 as i have posted here before  i wanted to use hibernate to persist classes what actually deleate to a jaxb classes insde them. aside from the problem gettting the same root class inside each one, i'll have a problem with list of forign key class.
 
 hibernate requires a list to have get and set, but i can't give a the actually jaxb list, but i'll need to create a clone of list object containing my wrapper class,but then if someone deletes a list the internal list is out of sync, i don't think i'll be able to do that with hibernate. 
					
  
						
					 |