Why does JPA have a @Transient annotation?

Posted by deamon on Stack Overflow See other posts from Stack Overflow or by deamon
Published on 2010-01-28T13:00:20Z Indexed on 2010/06/13 9:12 UTC
Read the original article Hit count: 230

Filed under:
|
|
|
|

Java has the transientkeyword. Why does JPA have @Transient instead of simply using the already existing java keyword?

© Stack Overflow or respective owner

Related posts about java

Related posts about jpa