Class UserUpdateHistory

All Implemented Interfaces:
Buildable, Cloneable

@Entity public class UserUpdateHistory extends ConsoleUpdateHistory
A persisted history object representing an update to a User.

In addition to the generic history fields (time, URL, etc.) we also persist a copy of the modified User object at this point in time.