- All Superinterfaces:
- BaseModel<Counter>, ClassedModel, Cloneable, Comparable<Counter>, CounterModel, PersistedModel, Serializable
- All Known Implementing Classes:
- CounterWrapper
@ProviderType
public interface Counter
extends CounterModel, PersistedModel
The extended model interface for the Counter service. Represents a row in the "Counter" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
CounterModel
,
CounterImpl
,
CounterModelImpl
- {$generated.description}