xmlBlaster 2.2.0 API

org.xmlBlaster.contrib.replication.impl
Class SearchableConfig

java.lang.Object
  extended by org.xmlBlaster.contrib.replication.impl.DefaultMapper
      extended by org.xmlBlaster.contrib.replication.impl.SearchableConfig
All Implemented Interfaces:
I_ContribPlugin, I_Mapper

public class SearchableConfig
extends DefaultMapper

SearchableConfig

Author:
Michele Laghi

Field Summary
static java.lang.String NAME
           
 
Fields inherited from class org.xmlBlaster.contrib.replication.impl.DefaultMapper
columnMap, excludeColumns, schemaMap, tableMap
 
Fields inherited from interface org.xmlBlaster.contrib.replication.I_Mapper
COLUMN_TO_IGNORE
 
Constructor Summary
SearchableConfig()
           
 
Method Summary
protected  void doInit(I_Info info, DbMetaHelper dbHelper)
           
 java.util.Set getSearchableColumnNames(java.lang.String catalog, java.lang.String schema, java.lang.String table)
           
 
Methods inherited from class org.xmlBlaster.contrib.replication.impl.DefaultMapper
getMappedCatalog, getMappedColumn, getMappedSchema, getMappedTable, getMappedType, getUsedPropertyKeys, init, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Constructor Detail

SearchableConfig

public SearchableConfig()
Method Detail

doInit

protected void doInit(I_Info info,
                      DbMetaHelper dbHelper)
               throws java.lang.Exception
Overrides:
doInit in class DefaultMapper
Throws:
java.lang.Exception
See Also:
DefaultMapper.doInit(org.xmlBlaster.contrib.I_Info, org.xmlBlaster.contrib.db.DbMetaHelper)

getSearchableColumnNames

public java.util.Set getSearchableColumnNames(java.lang.String catalog,
                                              java.lang.String schema,
                                              java.lang.String table)

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.