public static enum LoginAliasDao.Field extends java.lang.Enum<LoginAliasDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist| Enum Constant and Description |
|---|
ALTERNATE_LOGIN |
CREATED_AT |
ID |
LOGIN_PROVIDER_ID |
USER_ID |
| Modifier and Type | Method and Description |
|---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static LoginAliasDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoginAliasDao.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, valueOfgetOnPersistpublic static final LoginAliasDao.Field ID
public static final LoginAliasDao.Field USER_ID
public static final LoginAliasDao.Field ALTERNATE_LOGIN
public static final LoginAliasDao.Field LOGIN_PROVIDER_ID
public static final LoginAliasDao.Field CREATED_AT
public static LoginAliasDao.Field[] values()
for (LoginAliasDao.Field c : LoginAliasDao.Field.values()) System.out.println(c);
public static LoginAliasDao.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 DaoFieldEnumpublic QueryTerm getQueryTerm(RelationalOpType op, java.lang.Object value)
getQueryTerm in interface DaoFieldEnum