| 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 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. |
| Class and Description |
|---|
| 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–2019 The Apache Software Foundation. All rights reserved.