Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I define Java class attributes which do not need to be persisted in the database ?

0
Posted

How can I define Java class attributes which do not need to be persisted in the database ?

0

You just have to declare these attributes of your Java class to be transient ! These attribute may be used to hold some run-time information like running totals, thread id etc. These attributes will be initialized to their Java default values while retrieving persistent objects of these classes.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123