data class HashSourceJndi
A hash source jndi entity. This is used when configuring a specific set of existing hashes to "dedupe" against
<init> |
A hash source jndi entity. This is used when configuring a specific set of existing hashes to "dedupe" against HashSourceJndi(jndiName: String, context: String, hashTableName: String, hashColumnName: String) |
context |
the context name for the jndi name, which basically maps to a properties file of the same name IE if context = "test" then there should be a corresponding test.properties file present in the org.osjava.sj.root defined directory in jndi.properties. In the above example, if the context = "test" and org.osjava.sj.root = src/main/resources/jndi then the jndi name will be searched for in src/main/resources/jndi/test.properties val context: String |
hashColumnName |
the name of the column in hashTableName which contains the hashes val hashColumnName: String |
hashTableName |
the name of the table found in the jndiName which contains the existing hashes val hashTableName: String |
jndiName |
the jndi name defined in the simple-jndi properties file val jndiName: String |