Package | Description |
---|---|
com.oneops.user | |
com.oneops.user.tables |
Modifier and Type | Field and Description |
---|---|
static org.jooq.Identity<UsersRecord,Integer> |
Keys.IDENTITY_USERS |
static org.jooq.UniqueKey<UsersRecord> |
Keys.USERS_PKEY |
Modifier and Type | Field and Description |
---|---|
org.jooq.TableField<UsersRecord,String> |
Users.AUTHENTICATION_TOKEN
The column
public.users.authentication_token . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.CONFIRMATION_SENT_AT
The column
public.users.confirmation_sent_at . |
org.jooq.TableField<UsersRecord,String> |
Users.CONFIRMATION_TOKEN
The column
public.users.confirmation_token . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.CONFIRMED_AT
The column
public.users.confirmed_at . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.CREATED_AT
The column
public.users.created_at . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.CURRENT_SIGN_IN_AT
The column
public.users.current_sign_in_at . |
org.jooq.TableField<UsersRecord,String> |
Users.CURRENT_SIGN_IN_IP
The column
public.users.current_sign_in_ip . |
org.jooq.TableField<UsersRecord,String> |
Users.EMAIL
The column
public.users.email . |
org.jooq.TableField<UsersRecord,String> |
Users.ENCRYPTED_PASSWORD
The column
public.users.encrypted_password . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.EULA_ACCEPTED_AT
The column
public.users.eula_accepted_at . |
org.jooq.TableField<UsersRecord,Integer> |
Users.FAILED_ATTEMPTS
The column
public.users.failed_attempts . |
org.jooq.TableField<UsersRecord,Integer> |
Users.ID
The column
public.users.id . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.LAST_SIGN_IN_AT
The column
public.users.last_sign_in_at . |
org.jooq.TableField<UsersRecord,String> |
Users.LAST_SIGN_IN_IP
The column
public.users.last_sign_in_ip . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.LOCKED_AT
The column
public.users.locked_at . |
org.jooq.TableField<UsersRecord,String> |
Users.NAME
The column
public.users.name . |
org.jooq.TableField<UsersRecord,Integer> |
Users.ORGANIZATION_ID
The column
public.users.organization_id . |
org.jooq.TableField<UsersRecord,String> |
Users.PASSWORD_SALT
The column
public.users.password_salt . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.REMEMBER_CREATED_AT
The column
public.users.remember_created_at . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.RESET_PASSWORD_SENT_AT
The column
public.users.reset_password_sent_at . |
org.jooq.TableField<UsersRecord,String> |
Users.RESET_PASSWORD_TOKEN
The column
public.users.reset_password_token . |
org.jooq.TableField<UsersRecord,String> |
Users.SESSION_TOKEN
The column
public.users.session_token . |
org.jooq.TableField<UsersRecord,Boolean> |
Users.SHOW_WIZARD
The column
public.users.show_wizard . |
org.jooq.TableField<UsersRecord,Integer> |
Users.SIGN_IN_COUNT
The column
public.users.sign_in_count . |
org.jooq.TableField<UsersRecord,String> |
Users.UNCONFIRMED_EMAIL
The column
public.users.unconfirmed_email . |
org.jooq.TableField<UsersRecord,String> |
Users.UNLOCK_TOKEN
The column
public.users.unlock_token . |
org.jooq.TableField<UsersRecord,Timestamp> |
Users.UPDATED_AT
The column
public.users.updated_at . |
org.jooq.TableField<UsersRecord,String> |
Users.USERNAME
The column
public.users.username . |
Modifier and Type | Method and Description |
---|---|
org.jooq.Identity<UsersRecord,Integer> |
Users.getIdentity() |
List<org.jooq.UniqueKey<UsersRecord>> |
Users.getKeys() |
org.jooq.UniqueKey<UsersRecord> |
Users.getPrimaryKey() |
Class<UsersRecord> |
Users.getRecordType()
The class holding records for this type
|
Copyright © 2018 Walmart, Inc.. All rights reserved.