| 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<RoleRecord> |
Keys.CONSTRAINT_26 |
static org.jooq.Identity<RoleRecord,Long> |
Keys.IDENTITY_ROLE |
static org.jooq.ForeignKey<UserRolesRecord,RoleRecord> |
Keys.USER_ROLES_ROLE_FK |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<RoleRecord,Long> |
Role.ID
The column
PUBLIC.ROLE.ID. |
org.jooq.TableField<RoleRecord,String> |
Role.NAME
The column
PUBLIC.ROLE.NAME. |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.Identity<RoleRecord,Long> |
Role.getIdentity() |
List<org.jooq.UniqueKey<RoleRecord>> |
Role.getKeys() |
org.jooq.UniqueKey<RoleRecord> |
Role.getPrimaryKey() |
Class<RoleRecord> |
Role.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
RoleRecord |
RoleRecord.setId(Long value)
Setter for
PUBLIC.ROLE.ID. |
RoleRecord |
RoleRecord.setName(String value)
Setter for
PUBLIC.ROLE.NAME. |
Copyright © 2013. All Rights Reserved.