fetchBy
fun KNonNullTable<AuthenticationLog>.fetchBy(block: AuthenticationLogFetcherDsl.() -> Unit): Selection<AuthenticationLog>
fun KNullableTable<AuthenticationLog>.fetchBy(block: AuthenticationLogFetcherDsl.() -> Unit): Selection<AuthenticationLog?>
fun KNonNullEmbeddedPropExpression<OauthAuthorizationConsentId>.fetchBy(block: OauthAuthorizationConsentIdFetcherDsl.() -> Unit): Selection<OauthAuthorizationConsentId>
fun KNullableEmbeddedPropExpression<OauthAuthorizationConsentId>.fetchBy(block: OauthAuthorizationConsentIdFetcherDsl.() -> Unit): Selection<OauthAuthorizationConsentId?>
fun KNonNullTable<OauthAuthorizationConsent>.fetchBy(block: OauthAuthorizationConsentFetcherDsl.() -> Unit): Selection<OauthAuthorizationConsent>
fun KNullableTable<OauthAuthorizationConsent>.fetchBy(block: OauthAuthorizationConsentFetcherDsl.() -> Unit): Selection<OauthAuthorizationConsent?>
fun KNonNullTable<OauthAuthorization>.fetchBy(block: OauthAuthorizationFetcherDsl.() -> Unit): Selection<OauthAuthorization>
fun KNullableTable<OauthAuthorization>.fetchBy(block: OauthAuthorizationFetcherDsl.() -> Unit): Selection<OauthAuthorization?>
fun KNonNullTable<OauthRegisteredClient>.fetchBy(block: OauthRegisteredClientFetcherDsl.() -> Unit): Selection<OauthRegisteredClient>
fun KNullableTable<OauthRegisteredClient>.fetchBy(block: OauthRegisteredClientFetcherDsl.() -> Unit): Selection<OauthRegisteredClient?>