org.rdtdm.mapping.db
Interface DBMapperTab

All Known Implementing Classes:
DBMapperTabDefault

public interface DBMapperTab

DBMapperTab definiert das Interface f?r die Erzeugung von Sammlungen von Abbildungen auf Datenbanktabellen.



Copyright (c) 2001 by Dirk Münstermann
All Rights Reserved

Version:
$Revision:$ ($Date:$)
Changelog:
 $Log:$
 


Author:
Dirk Münstermann

Method Summary
 java.util.Collection createMappings(Table tab)
           
 java.util.Collection createMappings(Table tab, Column col)
           
 void setFeeder(DBFeeder feeder)
           
 void setMapType(DBMapType maptype)
           
 void setOptions(java.util.Properties options)
           
 

Method Detail

setFeeder

public void setFeeder(DBFeeder feeder)

setOptions

public void setOptions(java.util.Properties options)

setMapType

public void setMapType(DBMapType maptype)

createMappings

public java.util.Collection createMappings(Table tab)
                                    throws java.sql.SQLException
java.sql.SQLException

createMappings

public java.util.Collection createMappings(Table tab,
                                           Column col)
                                    throws java.sql.SQLException
java.sql.SQLException