Reputation: 53
Is there any existing mechanism in JPA, to persist data only for a period of time? After this lifespan the data should be dropped.
So that there is no need for polling to cleanup old persisted data.
Upvotes: 1
Views: 98
Reputation: 42114
No, there is no such a mechanism in JPA.