org.compass.gps.device.jdbc.mapping
Interface AutoGenerateMapping
- All Known Implementing Classes:
- TableToResourceMapping
public interface AutoGenerateMapping
A mapping that needs to perform actions in order to generate the required
mappings for it's proper operation.
- Author:
- kimchy
|
Method Summary |
void |
generateMappings(DataSource dataSource)
Results in inner generation of the required mappings and data structues
of the mapping using the given jdbc DataSource. |
generateMappings
void generateMappings(DataSource dataSource)
throws JdbcGpsDeviceException
- Results in inner generation of the required mappings and data structues
of the mapping using the given jdbc
DataSource.
- Throws:
JdbcGpsDeviceException
Copyright (c) 2004-2008 The Compass Project.