xmlBlaster 2.2.0 contributions API

Uses of Interface
org.xmlBlaster.contrib.replication.I_Mapper

Packages that use I_Mapper
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
 

Uses of I_Mapper in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication with parameters of type I_Mapper
 java.lang.String I_DbSpecific.getCreateTableStatement(SqlDescription infoDescription, I_Mapper mapper)
          Returns the statement necessary to create a new table.
 

Uses of I_Mapper in org.xmlBlaster.contrib.replication.impl
 

Classes in org.xmlBlaster.contrib.replication.impl that implement I_Mapper
 class DefaultMapper
          DefaultMapper makes a one to one mapping unless for tables in which case it is read from the property 'replication.mapper.tables'.
 class SearchableConfig
          SearchableConfig
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type I_Mapper
 java.lang.String SpecificDefault.getCreateTableStatement(SqlDescription infoDescription, I_Mapper mapper)
           
 


xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.