Uses of Interface
org.eobjects.metamodel.intercept.RowInsertionInterceptor

Packages that use RowInsertionInterceptor
org.eobjects.metamodel.convert DataContext decorator for implicit conversion of value types after querying and before insertion. 
org.eobjects.metamodel.intercept   
 

Uses of RowInsertionInterceptor in org.eobjects.metamodel.convert
 

Classes in org.eobjects.metamodel.convert that implement RowInsertionInterceptor
 class ConvertedRowInsertionInterceptor
          A RowInsertionInterceptor used for intercepting values in RowInsertionBuilders that need to be converted, according to a set of TypeConverters.
 

Uses of RowInsertionInterceptor in org.eobjects.metamodel.intercept
 

Methods in org.eobjects.metamodel.intercept with parameters of type RowInsertionInterceptor
 InterceptableDataContext InterceptableDataContext.addRowInsertionInterceptor(RowInsertionInterceptor interceptor)
           
 InterceptableDataContext InterceptableDataContext.removeRowInsertionInterceptor(RowInsertionInterceptor interceptor)
           
 



Copyright © 2007-2013. All Rights Reserved.