public static enum LegacyUserDao.Field extends java.lang.Enum<LegacyUserDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
ACCOUNT_STATE |
CREATED_AT |
CRYPTED_PASSWORD |
EMAIL |
ID |
LAST_INBOX |
LOGIN |
PASSWORD_RESET_CODE |
REMEMBER_TOKEN |
REMEMBER_TOKEN_EXPIRES_AT |
SALT |
TIMEZONE |
UPDATED_AT |
WALKTHROUGH_ENABLED |
Modifier and Type | Method and Description |
---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static LegacyUserDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegacyUserDao.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getOnPersist
public static final LegacyUserDao.Field ID
public static final LegacyUserDao.Field LOGIN
public static final LegacyUserDao.Field EMAIL
public static final LegacyUserDao.Field CRYPTED_PASSWORD
public static final LegacyUserDao.Field SALT
public static final LegacyUserDao.Field CREATED_AT
public static final LegacyUserDao.Field UPDATED_AT
public static final LegacyUserDao.Field REMEMBER_TOKEN
public static final LegacyUserDao.Field REMEMBER_TOKEN_EXPIRES_AT
public static final LegacyUserDao.Field PASSWORD_RESET_CODE
public static final LegacyUserDao.Field TIMEZONE
public static final LegacyUserDao.Field LAST_INBOX
public static final LegacyUserDao.Field ACCOUNT_STATE
public static final LegacyUserDao.Field WALKTHROUGH_ENABLED
public static LegacyUserDao.Field[] values()
for (LegacyUserDao.Field c : LegacyUserDao.Field.values()) System.out.println(c);
public static LegacyUserDao.Field valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic QueryTerm getQueryTerm(java.lang.Object value)
getQueryTerm
in interface DaoFieldEnum
public QueryTerm getQueryTerm(RelationalOpType op, java.lang.Object value)
getQueryTerm
in interface DaoFieldEnum