- All Superinterfaces:
- AccountModel, AuditedModel, BaseModel<Account>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<Account>, MVCCModel, PersistedModel, java.io.Serializable
- All Known Implementing Classes:
- AccountWrapper
@ProviderType
public interface Account
extends AccountModel, PersistedModel
The extended model interface for the Account service. Represents a row in the "Account_" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
AccountModel,
AccountImpl,
AccountModelImpl- Generated: