Guest User

Untitled

a guest
Jul 11th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. public class ResponseRowWrapper implements Serializable {
  2.  
  3. /**
  4. *
  5. */
  6. private static final long serialVersionUID = 1L;
  7.  
  8.  
  9. private long uuid;
  10. private long responseUuid;
  11. private Serializable[] row;
  12. private long timestamp;
  13.  
  14. <property name="transparentActivation" value="true" />
  15. <property name="transparentPersistence" value="true" />
  16. <property name="configurationCreationMode" value="NEW" />
  17. <property name="lockDatabaseFile" value="false" />
  18. <property name="callConstructors" value="true" />
  19. <property name="exceptionsOnNotStorable" value="true" />
  20.  
  21. configuration.common().objectClass(ResponseRowWrapper.class).cascadeOnUpdate(true);
Add Comment
Please, Sign In to add comment