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:$)
- Author:
- Dirk Münstermann
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