| Package | Description |
|---|---|
| li.rudin.core.security.impl.schema | |
| li.rudin.core.security.impl.schema.tables | |
| li.rudin.core.security.impl.schema.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<UserRolesRecord> |
Keys.USER_ROLES_ID_KEY_CONSTRAINT |
static org.jooq.ForeignKey<UserRolesRecord,RoleRecord> |
Keys.USER_ROLES_ROLE_FK |
static org.jooq.ForeignKey<UserRolesRecord,UserRecord> |
Keys.USER_ROLES_USER_FK |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<UserRolesRecord,Long> |
UserRoles.ROLE_ID
The column
PUBLIC.USER_ROLES.ROLE_ID. |
org.jooq.TableField<UserRolesRecord,Long> |
UserRoles.USER_ID
The column
PUBLIC.USER_ROLES.USER_ID. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<UserRolesRecord>> |
UserRoles.getKeys() |
org.jooq.UniqueKey<UserRolesRecord> |
UserRoles.getPrimaryKey() |
Class<UserRolesRecord> |
UserRoles.getRecordType()
The class holding records for this type
|
List<org.jooq.ForeignKey<UserRolesRecord,?>> |
UserRoles.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
UserRolesRecord |
UserRolesRecord.setRoleId(Long value)
Setter for
PUBLIC.USER_ROLES.ROLE_ID. |
UserRolesRecord |
UserRolesRecord.setUserId(Long value)
Setter for
PUBLIC.USER_ROLES.USER_ID. |
Copyright © 2013. All Rights Reserved.