Interface User

All Superinterfaces:
BaseModel<User>, ClassedModel, Cloneable, Comparable<User>, CTModel<User>, ExternalReferenceCodeModel, MVCCModel, PersistedModel, Serializable, ShardedModel, StagedModel, UserModel
All Known Implementing Classes:
UserWrapper

@ProviderType public interface User extends PersistedModel, UserModel
The extended model interface for the User service. Represents a row in the "User_" database table, with each column mapped to a property of this class.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}