Menu

Is there a way to use domain object, which is not persisted entity

2016-09-10
2016-09-12
  • Ivan Stankov

    Ivan Stankov - 2016-09-10

    Hi,

    Is there a way to use domain object, which is not persisted in database (JPA Entity) ?
    Like for example invoke remote API call and receive domain object, change something on it and send
    the changes again useing remote API call ?

    Regards,
    Ivan Stankov

     
  • Javier Paniza

    Javier Paniza - 2016-09-12

    Hi Ivan,

    Yes, you can. Read the documentation about transient classes.


    Help others in this forum as I help you.

     

Log in to post a comment.