HasUsername
Allows domain objects that were created, updated or are otherwise associated with a named user to act as a mixee in order that other modules may contribute behavior.
The OnUpdatedBy interface is for entities to be automatically updated by the framework when persisted.
API
HasUsername.java
interface HasUsername {
String getUsername() (1)
}
1 | getUsername()
The user that created, updated or is otherwise associated with this object. |