org.eobjects.metamodel.convert
Class ConvertedRowUpdationInterceptor
java.lang.Object
org.eobjects.metamodel.convert.ConvertedRowUpdationInterceptor
- All Implemented Interfaces:
- Interceptor<RowUpdationBuilder>, RowUpdationInterceptor
public class ConvertedRowUpdationInterceptor
- extends Object
- implements RowUpdationInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertedRowUpdationInterceptor
public ConvertedRowUpdationInterceptor()
ConvertedRowUpdationInterceptor
public ConvertedRowUpdationInterceptor(Map<Column,TypeConverter<?,?>> converters)
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.