Package systems.dennis.auth.model
Class VerificationTokenModel
java.lang.Object
systems.dennis.shared.model.IDPresenter<Long>
systems.dennis.shared.postgres.model.BaseEntity
systems.dennis.auth.model.VerificationTokenModel
- All Implemented Interfaces:
systems.dennis.shared.entity.AbstractEntity<Long>,systems.dennis.shared.entity.IDHolder<Long>
@Entity
public class VerificationTokenModel
extends systems.dennis.shared.postgres.model.BaseEntity
-
Field Summary
Fields inherited from interface systems.dennis.shared.entity.AbstractEntity
ID_FIELD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class systems.dennis.shared.postgres.model.BaseEntity
canEqual, equals, getId, hashCode, isIdSet, setId, toStringMethods inherited from class systems.dennis.shared.model.IDPresenter
getHidden, setHiddenMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface systems.dennis.shared.entity.AbstractEntity
defaultSearchOrderField
-
Constructor Details
-
VerificationTokenModel
public VerificationTokenModel()
-
-
Method Details
-
asValue
-