Package org.eobjects.metamodel.intercept

Interface Summary
DataSetInterceptor An Interceptor for DataSets, allowing to touch, enrich or modify a dataset before it is returned to the user.
Interceptor<E> Defines a high-level interface for interceptors in MetaModel.
QueryInterceptor An Interceptor for Queries, allowing to touch or modify a query before execution.
RowDeletionInterceptor An Interceptor for RowDeletionBuilder, allowing for interception of "delete from table" operations before they are executed.
RowInsertionInterceptor An Interceptor for RowInsertionBuilder, allowing for interception of "insert into table" operations before they are executed.
RowUpdationInterceptor An Interceptor for RowUpdationBuilder, allowing for interception of "update table" operations before they are executed.
SchemaInterceptor An Interceptor for Schemas, which allows for intercepting schema objects before they are returned to the user.
TableCreationInterceptor An Interceptor for TableCreationBuilders, which allows for intercepting "create table" operations before they are executed.
TableDropInterceptor An Interceptor for TableDropBuilders, which allows for intercepting "drop table" operations before they are executed.
 

Class Summary
InterceptableDataContext  
InterceptorList<E> Represents a list of interceptors
Interceptors  
 



Copyright © 2007-2013. All Rights Reserved.