Package de.akquinet.jbosscc.guttenbase.mapping
-
Interface Summary Interface Description ColumnDataMapper Map data contained in a column to some other type.ColumnDataMapperProvider Used to find mappings for column data.ColumnMapper Select target column(s) for given source column.ColumnOrderComparatorFactory Determine order of columns in SELECT/INSERT statement.ColumnTypeMapper Often data types of columns are not compatible: Allow user to define specific mappings.ColumnTypeResolver Map column types to Java types.ColumnTypeResolverList Determine list of used column type resolvers.TableMapper Select target table for given source table.TableOrderComparatorFactory Determine order of tables during copying/comparison.TableRowDataFilter Filter rows by inspection of data -
Class Summary Class Description AbstractBlobToStringColumnDataMapper Map BLOB object to String using given charset.BigDecimalToLongColumnDataMapper Map BigDecimal to Long/BigintBigIntLongToBigDecimalColumnDataMapper Map Long/Bigint to BigDecimalColumnMapper.ColumnMapperResult ColumnTypeMapping Container for column type mapping information.DefaultColumnTypeMapper Default uses same data type as sourceLongToBigDecimalColumnDataMapper Map Long/Bigint to BigDecimalTimestampToDateColumnDataMapper Map Timestamp to Date as some databases use a DATETIME column others a simple DATE.