Interface UserIdMapper

All Superinterfaces:
BaseModel<UserIdMapper>, ClassedModel, Cloneable, Comparable<UserIdMapper>, MVCCModel, PersistedModel, Serializable, ShardedModel, UserIdMapperModel
All Known Implementing Classes:
UserIdMapperWrapper

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