Package | Description |
---|---|
org.apache.metamodel.convert |
DataContext decorator for implicit conversion of value types after querying and before insertion.
|
org.apache.metamodel.intercept |
Class and Description |
---|
DataSetInterceptor
An
Interceptor for DataSet s, 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. |
Class and Description |
---|
DataSetInterceptor
An
Interceptor for DataSet s, 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 Schema s, which allows for intercepting
schema objects before they are returned to the user. |
TableCreationInterceptor
An
Interceptor for TableCreationBuilder s, which allows for
intercepting "create table" operations before they are executed. |
TableDropInterceptor
An
Interceptor for TableDropBuilder s, which allows for
intercepting "drop table" operations before they are executed. |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.