Uses of Package
org.eobjects.metamodel.intercept

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

Classes in org.eobjects.metamodel.intercept used by org.eobjects.metamodel.convert
DataSetInterceptor
          An Interceptor for DataSets, allowing to touch, enrich or modify a dataset before it is returned to the user.
Interceptor
          Defines a high-level interface for interceptors in MetaModel.
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.
 

Classes in org.eobjects.metamodel.intercept used by org.eobjects.metamodel.intercept
DataSetInterceptor
          An Interceptor for DataSets, allowing to touch, enrich or modify a dataset before it is returned to the user.
InterceptableDataContext
           
Interceptor
          Defines a high-level interface for interceptors in MetaModel.
InterceptorList
          Represents a list of interceptors
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.
 



Copyright © 2007-2013. All Rights Reserved.