Relative Content

Tag Archive for postgresqljpaeclipselinkpayara

Why is @Transient not working in Paraya 5.2022.5

We are moving from Payara 4 to 5 and it seems the @Transient annotation is not working as expected. We get the below MyDTO from a resultset, make some calculations and set myField. Somehow EclipseLink tries to updated the myField when the transaction closes eventhough it has the @Transient annotation.