org.eobjects.metamodel.convert
Class ConvertedRowUpdationInterceptor

java.lang.Object
  extended by org.eobjects.metamodel.convert.ConvertedRowUpdationInterceptor
All Implemented Interfaces:
Interceptor<RowUpdationBuilder>, RowUpdationInterceptor

public class ConvertedRowUpdationInterceptor
extends Object
implements RowUpdationInterceptor


Constructor Summary
ConvertedRowUpdationInterceptor()
           
ConvertedRowUpdationInterceptor(Map<Column,TypeConverter<?,?>> converters)
           
 
Method Summary
 void addConverter(Column column, TypeConverter<?,?> converter)
           
 RowUpdationBuilder intercept(RowUpdationBuilder update)
          Interception method invoked by MetaModel when the intercepted object is being activated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertedRowUpdationInterceptor

public ConvertedRowUpdationInterceptor()

ConvertedRowUpdationInterceptor

public ConvertedRowUpdationInterceptor(Map<Column,TypeConverter<?,?>> converters)
Method Detail

addConverter

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

intercept

public RowUpdationBuilder intercept(RowUpdationBuilder update)
Description copied from interface: Interceptor
Interception method invoked by MetaModel when the intercepted object is being activated.

Specified by:
intercept in interface Interceptor<RowUpdationBuilder>
Parameters:
update - the intercepted object
Returns:
the intercepted object, or a modification of this if the object is to be replaced by the interceptor. The returned object must not be null.


Copyright © 2007-2013. All Rights Reserved.