See: Description
| Interface | Description |
|---|---|
| MappingStrategy |
The SQL mapping interface.
|
| Class | Description |
|---|---|
| AttributeConvertor |
The SQL get/set strategy class implementation convert all jdbc types to attribute supported types.
|
| DefaultStrategy |
The SQL get/set strategy class implementation delegate all activity to dbcommon
SQLUtil functions |
| JdbcConvertor |
The SQL get/set strategy class implementation convert attributes back to database types
|
| NativeTimestampsStrategy |
The SQL get/set strategy class implementation read native timestamps, and convert the value to the string
|
| StringStrategy |
The SQL get/set strategy class implementation
All types expected to be String is write as a string and the conversion is left on database driver
|
Database table connector use the configuration's switches to change the attribute to resource mapping.
This package provides implementation of mapping strategy.
Copyright © 2018–2025. All rights reserved.