org.eobjects.metamodel.convert
Interface HasReadTypeConverters

All Known Implementing Classes:
ConvertedDataSetInterceptor, QueryPostprocessDataContext, QueryPostprocessDelegate

public interface HasReadTypeConverters

Defines an interface for objects that are aware of TypeConverters, and know how to apply them to read operations (Queries or DataSets).

Author:
Kasper Sørensen

Method Summary
 void addConverter(Column column, TypeConverter<?,?> converter)
           
 

Method Detail

addConverter

void addConverter(Column column,
                  TypeConverter<?,?> converter)


Copyright © 2007-2013. All Rights Reserved.