All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
main.app.cash.backfila.client.misk.jooq.Deprecations.kt Maven / Gradle / Ivy
package app.cash.backfila.client.misk.jooq
import app.cash.backfila.client.jooq.BackfillBatch as RealBackfillBatch
import app.cash.backfila.client.jooq.BackfillJooqTransacter as RealBackfillJooqTransacter
import app.cash.backfila.client.jooq.ByteStringSerializer as RealByteStringSerializer
import app.cash.backfila.client.jooq.CompoundKeyComparer as RealCompoundKeyComparer
import app.cash.backfila.client.jooq.CompoundKeyComparisonOperator as RealCompoundKeyComparisonOperator
import app.cash.backfila.client.jooq.JooqBackfill as RealJooqBackfill
import app.cash.backfila.client.jooq.JooqBackfillModule as RealJooqBackfillModule
/**
* client-misk-jooq is going away! Add backfila's client-jooq as a dependency instead.
*/
@Deprecated(
"Use BackfillBatch from the client-jooq module instead.",
replaceWith = ReplaceWith(
expression = "BackfillBatch",
imports = ["app.cash.backfila.client.jooq.BackfillBatch"],
),
level = DeprecationLevel.WARNING,
)
typealias BackfillBatch = RealBackfillBatch
/**
* client-misk-jooq is going away! Add backfila's client-jooq as a dependency instead.
*/
@Deprecated(
"Use BackfillJooqTransacter from the client-jooq module instead.",
replaceWith = ReplaceWith(
expression = "BackfillJooqTransacter",
imports = ["app.cash.backfila.client.jooq.BackfillJooqTransacter"],
),
level = DeprecationLevel.WARNING,
)
typealias BackfillJooqTransacter = RealBackfillJooqTransacter
/**
* client-misk-jooq is going away! Add backfila's client-jooq as a dependency instead.
*/
@Deprecated(
"Use ByteStringSerializer from the client-jooq module instead.",
replaceWith = ReplaceWith(
expression = "ByteStringSerializer",
imports = ["app.cash.backfila.client.jooq.ByteStringSerializer"],
),
level = DeprecationLevel.WARNING,
)
typealias ByteStringSerializer = RealByteStringSerializer
/**
* client-misk-jooq is going away! Add backfila's client-jooq as a dependency instead.
*/
@Deprecated(
"Use CompoundKeyComparer from the client-jooq module instead.",
replaceWith = ReplaceWith(
expression = "CompoundKeyComparer",
imports = ["app.cash.backfila.client.jooq.CompoundKeyComparer"],
),
level = DeprecationLevel.WARNING,
)
typealias CompoundKeyComparer = RealCompoundKeyComparer
/**
* client-misk-jooq is going away! Add backfila's client-jooq as a dependency instead.
*/
@Deprecated(
"Use CompoundKeyComparisonOperator from the client-jooq module instead.",
replaceWith = ReplaceWith(
expression = "CompoundKeyComparisonOperator",
imports = ["app.cash.backfila.client.jooq.CompoundKeyComparisonOperator"],
),
level = DeprecationLevel.WARNING,
)
typealias CompoundKeyComparisonOperator = RealCompoundKeyComparisonOperator
/**
* client-misk-jooq is going away! Add backfila's client-jooq as a dependency instead.
*/
@Deprecated(
"Use JooqBackfill from the client-jooq module instead.",
replaceWith = ReplaceWith(
expression = "JooqBackfill",
imports = ["app.cash.backfila.client.jooq.JooqBackfill"],
),
level = DeprecationLevel.WARNING,
)
typealias JooqBackfill = RealJooqBackfill
/**
* client-misk-jooq is going away! Add backfila's client-jooq as a dependency instead.
*/
@Deprecated(
"Use JooqBackfillModule from the client-jooq module instead.",
replaceWith = ReplaceWith(
expression = "JooqBackfillModule",
imports = ["app.cash.backfila.client.jooq.JooqBackfillModule"],
),
level = DeprecationLevel.WARNING,
)
typealias JooqBackfillModule = RealJooqBackfillModule