Uses of Interface
org.filteredpush.mapper.DataSourceAdapter

Packages that use DataSourceAdapter
org.filteredpush.mapper   
org.filteredpush.mapper.datapolicymapper   
 

Uses of DataSourceAdapter in org.filteredpush.mapper
 

Methods in org.filteredpush.mapper with parameters of type DataSourceAdapter
 void Mapper.setAdapterWithClass(DataSourceAdapter adapter)
          Set the adapter class used by this mapper.
 

Uses of DataSourceAdapter in org.filteredpush.mapper.datapolicymapper
 

Subinterfaces of DataSourceAdapter in org.filteredpush.mapper.datapolicymapper
 interface DataPolicyAdapter
          The interface for the adapter which is implemented based on the data policy.
 

Classes in org.filteredpush.mapper.datapolicymapper that implement DataSourceAdapter
 class SpecifyAdapter
          A adapter for a specify database instance.
 

Methods in org.filteredpush.mapper.datapolicymapper with parameters of type DataSourceAdapter
 void DataPolicyMapperImpl.setAdapterWithClass(DataSourceAdapter adapter)
          Set the adapter class used by this mapper.