| Package | Description |
|---|---|
| li.rudin.cdi.security.jooq.schema | |
| li.rudin.cdi.security.jooq.schema.tables | |
| li.rudin.cdi.security.jooq.schema.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<UserRecord> |
Keys.CONSTRAINT_2 |
static org.jooq.Identity<UserRecord,Long> |
Keys.IDENTITY_USER |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<UserRecord,String> |
User.HASH
The column
PUBLIC.USER.HASH. |
org.jooq.TableField<UserRecord,Long> |
User.ID
The column
PUBLIC.USER.ID. |
org.jooq.TableField<UserRecord,String> |
User.NAME
The column
PUBLIC.USER.NAME. |
org.jooq.TableField<UserRecord,String> |
User.ROLES
The column
PUBLIC.USER.ROLES. |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.Identity<UserRecord,Long> |
User.getIdentity() |
List<org.jooq.UniqueKey<UserRecord>> |
User.getKeys() |
org.jooq.UniqueKey<UserRecord> |
User.getPrimaryKey() |
Class<UserRecord> |
User.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
UserRecord |
UserRecord.setHash(String value)
Setter for
PUBLIC.USER.HASH. |
UserRecord |
UserRecord.setId(Long value)
Setter for
PUBLIC.USER.ID. |
UserRecord |
UserRecord.setName(String value)
Setter for
PUBLIC.USER.NAME. |
UserRecord |
UserRecord.setRoles(String value)
Setter for
PUBLIC.USER.ROLES. |
Copyright © 2014. All Rights Reserved.