public class Jdbi858ExtensionsKt
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
inTransactionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,? extends R> block)
Temporary extension function for Jdbi.inTransaction.
|
static <R> R |
inTransactionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
org.jdbi.v3.core.transaction.TransactionIsolationLevel level,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,? extends R> block)
Temporary extension function for Jdbi.inTransaction.
|
static <E> void |
useExtensionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
java.lang.Class<E> extensionType,
kotlin.jvm.functions.Function1<? super E,kotlin.Unit> callback)
Temporary extension function for Jdbi.useExtension.
|
static <E> void |
useExtensionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.reflect.KClass<E> extensionType,
kotlin.jvm.functions.Function1<? super E,kotlin.Unit> callback)
Temporary extension function for Jdbi.useExtension.
|
static void |
useHandleUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,kotlin.Unit> block)
Temporary extension function for Jdbi.useHandle.
|
static void |
useTransactionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,kotlin.Unit> block)
Temporary extension function for Jdbi.useTransaction.
|
static void |
useTransactionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
org.jdbi.v3.core.transaction.TransactionIsolationLevel level,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,kotlin.Unit> block)
Temporary extension function for Jdbi.useTransaction.
|
static <E,R> R |
withExtensionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
java.lang.Class<E> extensionType,
kotlin.jvm.functions.Function1<? super E,? extends R> callback)
Temporary extension function for Jdbi.withExtension.
|
static <E,R> R |
withExtensionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.reflect.KClass<E> extensionType,
kotlin.jvm.functions.Function1<? super E,? extends R> callback)
Temporary extension function for Jdbi.withExtension.
|
static <R> R |
withHandleUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,? extends R> block)
Temporary extension function for Jdbi.withHandle.
|
public static <R> R withHandleUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,? extends R> block)
Temporary extension function for Jdbi.withHandle.
This function WILL be deprecated and removed when not needed anymore.
public static void useHandleUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,kotlin.Unit> block)
Temporary extension function for Jdbi.useHandle.
This function WILL be deprecated and removed when not needed anymore.
public static <R> R inTransactionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,? extends R> block)
Temporary extension function for Jdbi.inTransaction.
This function WILL be deprecated and removed when not needed anymore.
public static void useTransactionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,kotlin.Unit> block)
Temporary extension function for Jdbi.useTransaction.
This function WILL be deprecated and removed when not needed anymore.
public static <R> R inTransactionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
org.jdbi.v3.core.transaction.TransactionIsolationLevel level,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,? extends R> block)
Temporary extension function for Jdbi.inTransaction.
This function WILL be deprecated and removed when not needed anymore.
public static void useTransactionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
org.jdbi.v3.core.transaction.TransactionIsolationLevel level,
kotlin.jvm.functions.Function1<? super org.jdbi.v3.core.Handle,kotlin.Unit> block)
Temporary extension function for Jdbi.useTransaction.
This function WILL be deprecated and removed when not needed anymore.
public static <E,R> R withExtensionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
java.lang.Class<E> extensionType,
kotlin.jvm.functions.Function1<? super E,? extends R> callback)
Temporary extension function for Jdbi.withExtension.
This function WILL be deprecated and removed when not needed anymore.
public static <E,R> R withExtensionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.reflect.KClass<E> extensionType,
kotlin.jvm.functions.Function1<? super E,? extends R> callback)
Temporary extension function for Jdbi.withExtension.
This function WILL be deprecated and removed when not needed anymore.
public static <E> void useExtensionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
java.lang.Class<E> extensionType,
kotlin.jvm.functions.Function1<? super E,kotlin.Unit> callback)
Temporary extension function for Jdbi.useExtension.
This function WILL be deprecated and removed when not needed anymore.
public static <E> void useExtensionUnchecked(org.jdbi.v3.core.Jdbi $receiver,
kotlin.reflect.KClass<E> extensionType,
kotlin.jvm.functions.Function1<? super E,kotlin.Unit> callback)
Temporary extension function for Jdbi.useExtension.
This function WILL be deprecated and removed when not needed anymore.