deduper / org.bradfordmiller.deduper.jndi / JNDITargetType

JNDITargetType

abstract class JNDITargetType

Defines output information for target data based on the jndi name and jndi context

Constructors

<init>

Defines output information for target data based on the jndi name and jndi context

JNDITargetType(jndi: String, context: String, deleteIfExists: Boolean)

Properties

context

val context: String

deleteIfExists

specifies whether to delete the existing target data before spooling out new data

val deleteIfExists: Boolean

jndi

val jndi: String

Inheritors

CsvJNDITargetType

Defines output information for csv target data based on the jndi name and jndi context

class CsvJNDITargetType : JNDITargetType

SqlJNDIDupeType

Defines output information for sql duplicate data based on the jndi name and jndi context

class SqlJNDIDupeType : JNDITargetType

SqlJNDIHashType

Defines output information for sql hash data based on the jndi name and jndi context

class SqlJNDIHashType : JNDITargetType

SqlJNDITargetType

Defines output information for sql target data based on the jndi name and jndi context

class SqlJNDITargetType : JNDITargetType