Package-level declarations

Types

Link copied to clipboard
@Entity
interface AuthenticationLog
Link copied to clipboard
Link copied to clipboard
@GeneratedBy(type = AuthenticationLog::class)
class AuthenticationLogFetcherDsl(fetcher: Fetcher<AuthenticationLog> = emptyAuthenticationLogFetcher)
Link copied to clipboard
Link copied to clipboard
@Entity
interface Menu
Link copied to clipboard
@GeneratedBy(type = Menu::class)
interface MenuDraft : Menu, Draft
Link copied to clipboard
@GeneratedBy(type = Menu::class)
class MenuFetcherDsl(fetcher: Fetcher<Menu> = emptyMenuFetcher)
Link copied to clipboard
@GeneratedBy(type = Menu::class)
object MenuProps
Link copied to clipboard
@Entity
interface OauthAuthorization
Link copied to clipboard
@Entity
interface OauthAuthorizationConsent
Link copied to clipboard
class OauthAuthorizationConsentFetcherDsl(fetcher: Fetcher<OauthAuthorizationConsent> = emptyOauthAuthorizationConsentFetcher)
Link copied to clipboard
@Embeddable
interface OauthAuthorizationConsentId
Link copied to clipboard
class OauthAuthorizationConsentIdFetcherDsl(fetcher: Fetcher<OauthAuthorizationConsentId> = emptyOauthAuthorizationConsentIdFetcher)
Link copied to clipboard
Link copied to clipboard
@GeneratedBy(type = OauthAuthorization::class)
class OauthAuthorizationFetcherDsl(fetcher: Fetcher<OauthAuthorization> = emptyOauthAuthorizationFetcher)
Link copied to clipboard
Link copied to clipboard
@Entity
interface OauthRegisteredClient
Link copied to clipboard
Link copied to clipboard
@GeneratedBy(type = OauthRegisteredClient::class)
class OauthRegisteredClientFetcherDsl(fetcher: Fetcher<OauthRegisteredClient> = emptyOauthRegisteredClientFetcher)
Link copied to clipboard
Link copied to clipboard
@Entity
interface Role
Link copied to clipboard
@GeneratedBy(type = Role::class)
interface RoleDraft : Role, Draft
Link copied to clipboard
@GeneratedBy(type = Role::class)
class RoleFetcherDsl(fetcher: Fetcher<Role> = emptyRoleFetcher)
Link copied to clipboard
@GeneratedBy(type = Role::class)
object RoleProps
Link copied to clipboard
@Entity
interface User
Link copied to clipboard
@GeneratedBy(type = User::class)
interface UserDraft : User, Draft
Link copied to clipboard
@GeneratedBy(type = User::class)
class UserFetcherDsl(fetcher: Fetcher<User> = emptyUserFetcher)
Link copied to clipboard
@GeneratedBy(type = User::class)
object UserProps

Properties

Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.accessTokenExpiresAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.accessTokenFormat: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.accessTokenIssuedAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.accessTokenMetadata: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.accessTokenScopes: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.accessTokenTimeToLive: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.accessTokenType: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.accessTokenValue: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.attributes: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorizationConsent::class)
val KProps<OauthAuthorizationConsent>.authorities: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.authorizationCodeExpiresAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.authorizationCodeIssuedAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.authorizationCodeMetadata: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.authorizationCodeTimeToLive: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.authorizationCodeValue: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.authorizationGrantType: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.authorizationGrantTypes: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.authorizedScopes: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = User::class)
val KProps<User>.avatar: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.clientAuthenticationMethods: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KProps<AuthenticationLog>.clientId: KNullablePropExpression<String>
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.clientId: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.clientIdIssuedAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.clientName: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.clientSecret: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.clientSecretExpiresAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = Role::class)
val KProps<Role>.code: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.component: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.deviceCodeExpiresAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.deviceCodeIssuedAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.deviceCodeMetadata: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.deviceCodeTimeToLive: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.deviceCodeValue: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.disabled: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = User::class)
val KProps<User>.email: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Role::class)
val KProps<Role>.enabled: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.enableMultiTab: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KProps<AuthenticationLog>.errorMessage: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.extra: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KProps<AuthenticationLog>.grantType: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = User::class)
val KProps<User>.hashedPassword: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.icon: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KNonNullProps<AuthenticationLog>.id: KNonNullPropExpression<Long>
@get:GeneratedBy(type = Menu::class)
val KNonNullProps<Menu>.id: KNonNullPropExpression<Long>
@get:GeneratedBy(type = OauthAuthorizationConsent::class)
val KNonNullProps<OauthAuthorizationConsent>.id: KNonNullEmbeddedPropExpression<OauthAuthorizationConsentId>
@get:GeneratedBy(type = OauthAuthorization::class)
val KNonNullProps<OauthAuthorization>.id: KNonNullPropExpression<String>
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KNonNullProps<OauthRegisteredClient>.id: KNonNullPropExpression<String>
@get:GeneratedBy(type = Role::class)
val KNonNullProps<Role>.id: KNonNullPropExpression<Long>
@get:GeneratedBy(type = User::class)
val KNonNullProps<User>.id: KNonNullPropExpression<Long>
@get:GeneratedBy(type = AuthenticationLog::class)
val KNullableProps<AuthenticationLog>.id: KNullablePropExpression<Long>
@get:GeneratedBy(type = Menu::class)
val KNullableProps<Menu>.id: KNullablePropExpression<Long>
@get:GeneratedBy(type = OauthAuthorizationConsent::class)
val KNullableProps<OauthAuthorizationConsent>.id: KNullableEmbeddedPropExpression<OauthAuthorizationConsentId>
@get:GeneratedBy(type = OauthAuthorization::class)
val KNullableProps<OauthAuthorization>.id: KNullablePropExpression<String>
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KNullableProps<OauthRegisteredClient>.id: KNullablePropExpression<String>
@get:GeneratedBy(type = Role::class)
val KNullableProps<Role>.id: KNullablePropExpression<Long>
@get:GeneratedBy(type = User::class)
val KNullableProps<User>.id: KNullablePropExpression<Long>
@get:GeneratedBy(type = AuthenticationLog::class)
val KRemoteRef.NonNull<AuthenticationLog>.id: KNonNullPropExpression<Long>
@get:GeneratedBy(type = Menu::class)
val KRemoteRef.NonNull<Menu>.id: KNonNullPropExpression<Long>
@get:GeneratedBy(type = OauthAuthorizationConsent::class)
val KRemoteRef.NonNull<OauthAuthorizationConsent>.id: KNonNullPropExpression<OauthAuthorizationConsentId>
@get:GeneratedBy(type = OauthAuthorization::class)
val KRemoteRef.NonNull<OauthAuthorization>.id: KNonNullPropExpression<String>
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KRemoteRef.NonNull<OauthRegisteredClient>.id: KNonNullPropExpression<String>
@get:GeneratedBy(type = Role::class)
val KRemoteRef.NonNull<Role>.id: KNonNullPropExpression<Long>
@get:GeneratedBy(type = User::class)
val KRemoteRef.NonNull<User>.id: KNonNullPropExpression<Long>
@get:GeneratedBy(type = AuthenticationLog::class)
val KRemoteRef.Nullable<AuthenticationLog>.id: KNullablePropExpression<Long>
@get:GeneratedBy(type = Menu::class)
val KRemoteRef.Nullable<Menu>.id: KNullablePropExpression<Long>
@get:GeneratedBy(type = OauthAuthorizationConsent::class)
val KRemoteRef.Nullable<OauthAuthorizationConsent>.id: KNullablePropExpression<OauthAuthorizationConsentId>
@get:GeneratedBy(type = OauthAuthorization::class)
val KRemoteRef.Nullable<OauthAuthorization>.id: KNullablePropExpression<String>
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KRemoteRef.Nullable<OauthRegisteredClient>.id: KNullablePropExpression<String>
@get:GeneratedBy(type = Role::class)
val KRemoteRef.Nullable<Role>.id: KNullablePropExpression<Long>
@get:GeneratedBy(type = User::class)
val KRemoteRef.Nullable<User>.id: KNullablePropExpression<Long>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.idTokenSignatureAlgorithm: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KProps<AuthenticationLog>.ip: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.jwkSetUrl: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.key: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.label: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Role::class)
val KTableEx<Role>.menus: KNonNullTableEx<Menu>
Link copied to clipboard
@get:GeneratedBy(type = Role::class)
val KTableEx<Role>.menus?: KNullableTableEx<Menu>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.name: KNullablePropExpression<String>
@get:GeneratedBy(type = Role::class)
val KProps<Role>.name: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KProps<AuthenticationLog>.occurredAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.oidcIdTokenExpiresAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.oidcIdTokenIssuedAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.oidcIdTokenMetadata: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.oidcIdTokenValue: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.parentId: KNullablePropExpression<Long>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.path: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = User::class)
val KProps<User>.phone: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.pinned: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.postLogoutRedirectUris: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorizationConsentId::class)
val KNonNullEmbeddedPropExpression<OauthAuthorizationConsentId>.principalName: KNonNullPropExpression<String>
@get:GeneratedBy(type = OauthAuthorizationConsentId::class)
val KNullableEmbeddedPropExpression<OauthAuthorizationConsentId>.principalName: KNullablePropExpression<String>
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.principalName: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.redirect: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.redirectUris: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.refreshTokenExpiresAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.refreshTokenIssuedAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.refreshTokenMetadata: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.refreshTokenTimeToLive: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.refreshTokenValue: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorizationConsentId::class)
val KNonNullEmbeddedPropExpression<OauthAuthorizationConsentId>.registeredClientId: KNonNullPropExpression<String>
@get:GeneratedBy(type = OauthAuthorizationConsentId::class)
val KNullableEmbeddedPropExpression<OauthAuthorizationConsentId>.registeredClientId: KNullablePropExpression<String>
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.registeredClientId: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.requireAuthorizationConsent: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.requireProofKey: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.reuseRefreshTokens: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = User::class)
val KTableEx<User>.roles: KNonNullTableEx<Role>
Link copied to clipboard
@get:GeneratedBy(type = User::class)
val KTableEx<User>.roles?: KNullableTableEx<Role>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.scopes: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.show: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.showTab: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = Menu::class)
val KProps<Menu>.sortingOrder: KNullablePropExpression<Int>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.state: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KProps<AuthenticationLog>.success: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KProps<AuthenticationLog>.userAgent: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.userCodeExpiresAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.userCodeIssuedAt: KNullablePropExpression<Instant>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.userCodeMetadata: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthAuthorization::class)
val KProps<OauthAuthorization>.userCodeValue: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = AuthenticationLog::class)
val KProps<AuthenticationLog>.username: KNullablePropExpression<String>
@get:GeneratedBy(type = User::class)
val KProps<User>.username: KNullablePropExpression<String>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.x509CertificateBoundAccessTokens: KNullablePropExpression<Boolean>
Link copied to clipboard
@get:GeneratedBy(type = OauthRegisteredClient::class)
val KProps<OauthRegisteredClient>.x509CertificateSubjectDn: KNullablePropExpression<String>

Functions

Link copied to clipboard
@GeneratedBy(type = Menu::class)
fun MutableList<MenuDraft>.addBy(base: Menu?, resolveImmediately: Boolean = false): MutableList<MenuDraft>
@GeneratedBy(type = Menu::class)
fun MutableList<MenuDraft>.addBy(resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): MutableList<MenuDraft>
@GeneratedBy(type = Role::class)
fun MutableList<RoleDraft>.addBy(base: Role?, resolveImmediately: Boolean = false): MutableList<RoleDraft>
@GeneratedBy(type = Role::class)
fun MutableList<RoleDraft>.addBy(resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): MutableList<RoleDraft>
@GeneratedBy(type = User::class)
fun MutableList<UserDraft>.addBy(base: User?, resolveImmediately: Boolean = false): MutableList<UserDraft>
@GeneratedBy(type = User::class)
fun MutableList<UserDraft>.addBy(resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): MutableList<UserDraft>
@GeneratedBy(type = Menu::class)
fun MutableList<MenuDraft>.addBy(base: Menu?, resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): MutableList<MenuDraft>
@GeneratedBy(type = Role::class)
fun MutableList<RoleDraft>.addBy(base: Role?, resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): MutableList<RoleDraft>
@GeneratedBy(type = User::class)
fun MutableList<UserDraft>.addBy(base: User?, resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): MutableList<UserDraft>
Link copied to clipboard
@GeneratedBy(type = AuthenticationLog::class)
fun AuthenticationLog(resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
@GeneratedBy(type = AuthenticationLog::class)
fun AuthenticationLog(base: AuthenticationLog?, resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
Link copied to clipboard
@GeneratedBy(type = AuthenticationLog::class)
fun FetcherCreator<AuthenticationLog>.by(block: AuthenticationLogFetcherDsl.() -> Unit): Fetcher<AuthenticationLog>
@GeneratedBy(type = Menu::class)
fun FetcherCreator<Menu>.by(block: MenuFetcherDsl.() -> Unit): Fetcher<Menu>
@GeneratedBy(type = OauthAuthorization::class)
fun FetcherCreator<OauthAuthorization>.by(block: OauthAuthorizationFetcherDsl.() -> Unit): Fetcher<OauthAuthorization>
@GeneratedBy(type = Role::class)
fun FetcherCreator<Role>.by(block: RoleFetcherDsl.() -> Unit): Fetcher<Role>
@GeneratedBy(type = User::class)
fun FetcherCreator<User>.by(block: UserFetcherDsl.() -> Unit): Fetcher<User>
@GeneratedBy(type = AuthenticationLog::class)
fun ImmutableCreator<AuthenticationLog>.by(base: AuthenticationLog?, resolveImmediately: Boolean = false): AuthenticationLog
@GeneratedBy(type = AuthenticationLog::class)
fun ImmutableCreator<AuthenticationLog>.by(resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
@GeneratedBy(type = Menu::class)
fun ImmutableCreator<Menu>.by(base: Menu?, resolveImmediately: Boolean = false): Menu
@GeneratedBy(type = Menu::class)
fun ImmutableCreator<Menu>.by(resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): Menu
fun ImmutableCreator<OauthAuthorizationConsentId>.by(base: OauthAuthorizationConsentId?, resolveImmediately: Boolean = false): OauthAuthorizationConsentId
fun ImmutableCreator<OauthAuthorizationConsentId>.by(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentIdDraft.() -> Unit): OauthAuthorizationConsentId
fun ImmutableCreator<OauthAuthorizationConsent>.by(base: OauthAuthorizationConsent?, resolveImmediately: Boolean = false): OauthAuthorizationConsent
fun ImmutableCreator<OauthAuthorizationConsent>.by(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): OauthAuthorizationConsent
@GeneratedBy(type = OauthAuthorization::class)
fun ImmutableCreator<OauthAuthorization>.by(base: OauthAuthorization?, resolveImmediately: Boolean = false): OauthAuthorization
@GeneratedBy(type = OauthAuthorization::class)
fun ImmutableCreator<OauthAuthorization>.by(resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
@GeneratedBy(type = OauthRegisteredClient::class)
fun ImmutableCreator<OauthRegisteredClient>.by(base: OauthRegisteredClient?, resolveImmediately: Boolean = false): OauthRegisteredClient
@GeneratedBy(type = OauthRegisteredClient::class)
fun ImmutableCreator<OauthRegisteredClient>.by(resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): OauthRegisteredClient
@GeneratedBy(type = Role::class)
fun ImmutableCreator<Role>.by(base: Role?, resolveImmediately: Boolean = false): Role
@GeneratedBy(type = Role::class)
fun ImmutableCreator<Role>.by(resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): Role
@GeneratedBy(type = User::class)
fun ImmutableCreator<User>.by(base: User?, resolveImmediately: Boolean = false): User
@GeneratedBy(type = User::class)
fun ImmutableCreator<User>.by(resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): User
@GeneratedBy(type = AuthenticationLog::class)
fun FetcherCreator<AuthenticationLog>.by(base: Fetcher<AuthenticationLog>?, block: AuthenticationLogFetcherDsl.() -> Unit): Fetcher<AuthenticationLog>
@GeneratedBy(type = Menu::class)
fun FetcherCreator<Menu>.by(base: Fetcher<Menu>?, block: MenuFetcherDsl.() -> Unit): Fetcher<Menu>
@GeneratedBy(type = OauthAuthorization::class)
fun FetcherCreator<OauthAuthorization>.by(base: Fetcher<OauthAuthorization>?, block: OauthAuthorizationFetcherDsl.() -> Unit): Fetcher<OauthAuthorization>
@GeneratedBy(type = OauthRegisteredClient::class)
fun FetcherCreator<OauthRegisteredClient>.by(base: Fetcher<OauthRegisteredClient>?, block: OauthRegisteredClientFetcherDsl.() -> Unit): Fetcher<OauthRegisteredClient>
@GeneratedBy(type = Role::class)
fun FetcherCreator<Role>.by(base: Fetcher<Role>?, block: RoleFetcherDsl.() -> Unit): Fetcher<Role>
@GeneratedBy(type = User::class)
fun FetcherCreator<User>.by(base: Fetcher<User>?, block: UserFetcherDsl.() -> Unit): Fetcher<User>
@GeneratedBy(type = AuthenticationLog::class)
fun ImmutableCreator<AuthenticationLog>.by(base: AuthenticationLog?, resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
@GeneratedBy(type = Menu::class)
fun ImmutableCreator<Menu>.by(base: Menu?, resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): Menu
fun ImmutableCreator<OauthAuthorizationConsent>.by(base: OauthAuthorizationConsent?, resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): OauthAuthorizationConsent
@GeneratedBy(type = OauthAuthorization::class)
fun ImmutableCreator<OauthAuthorization>.by(base: OauthAuthorization?, resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
@GeneratedBy(type = OauthRegisteredClient::class)
fun ImmutableCreator<OauthRegisteredClient>.by(base: OauthRegisteredClient?, resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): OauthRegisteredClient
@GeneratedBy(type = Role::class)
fun ImmutableCreator<Role>.by(base: Role?, resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): Role
@GeneratedBy(type = User::class)
fun ImmutableCreator<User>.by(base: User?, resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): User
Link copied to clipboard
@GeneratedBy(type = AuthenticationLog::class)
fun AuthenticationLog.copy(resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
@GeneratedBy(type = Menu::class)
fun Menu.copy(resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): Menu
@GeneratedBy(type = OauthAuthorization::class)
fun OauthAuthorization.copy(resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
@GeneratedBy(type = OauthRegisteredClient::class)
fun OauthRegisteredClient.copy(resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): OauthRegisteredClient
@GeneratedBy(type = Role::class)
fun Role.copy(resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): Role
@GeneratedBy(type = User::class)
fun User.copy(resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): User
Link copied to clipboard
@GeneratedBy(type = AuthenticationLog::class)
fun KNonNullTable<AuthenticationLog>.fetchBy(block: AuthenticationLogFetcherDsl.() -> Unit): Selection<AuthenticationLog>
@GeneratedBy(type = Menu::class)
fun KNonNullTable<Menu>.fetchBy(block: MenuFetcherDsl.() -> Unit): Selection<Menu>
@GeneratedBy(type = OauthAuthorization::class)
fun KNonNullTable<OauthAuthorization>.fetchBy(block: OauthAuthorizationFetcherDsl.() -> Unit): Selection<OauthAuthorization>
@GeneratedBy(type = Role::class)
fun KNonNullTable<Role>.fetchBy(block: RoleFetcherDsl.() -> Unit): Selection<Role>
@GeneratedBy(type = User::class)
fun KNonNullTable<User>.fetchBy(block: UserFetcherDsl.() -> Unit): Selection<User>
@GeneratedBy(type = AuthenticationLog::class)
fun KNullableTable<AuthenticationLog>.fetchBy(block: AuthenticationLogFetcherDsl.() -> Unit): Selection<AuthenticationLog?>
@GeneratedBy(type = Menu::class)
fun KNullableTable<Menu>.fetchBy(block: MenuFetcherDsl.() -> Unit): Selection<Menu?>
@GeneratedBy(type = OauthAuthorization::class)
fun KNullableTable<OauthAuthorization>.fetchBy(block: OauthAuthorizationFetcherDsl.() -> Unit): Selection<OauthAuthorization?>
@GeneratedBy(type = Role::class)
fun KNullableTable<Role>.fetchBy(block: RoleFetcherDsl.() -> Unit): Selection<Role?>
@GeneratedBy(type = User::class)
fun KNullableTable<User>.fetchBy(block: UserFetcherDsl.() -> Unit): Selection<User?>
Link copied to clipboard
@GeneratedBy(type = Menu::class)
fun Menu(resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): Menu
@GeneratedBy(type = Menu::class)
fun Menu(base: Menu?, resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): Menu
Link copied to clipboard
fun KProps<Role>.menus(block: KImplicitSubQueryTable<Menu>.() -> KNonNullExpression<Boolean>?): KNonNullExpression<Boolean>?
Link copied to clipboard
@GeneratedBy(type = OauthAuthorization::class)
fun OauthAuthorization(resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
@GeneratedBy(type = OauthAuthorization::class)
fun OauthAuthorization(base: OauthAuthorization?, resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
Link copied to clipboard
Link copied to clipboard
@GeneratedBy(type = Role::class)
fun Role(resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): Role
@GeneratedBy(type = Role::class)
fun Role(base: Role?, resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): Role
Link copied to clipboard
fun KProps<User>.roles(block: KImplicitSubQueryTable<Role>.() -> KNonNullExpression<Boolean>?): KNonNullExpression<Boolean>?
Link copied to clipboard
@GeneratedBy(type = User::class)
fun User(resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): User
@GeneratedBy(type = User::class)
fun User(base: User?, resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): User