See: Description
| Interface | Description |
|---|---|
| ColumnDeleteQueryExecute |
When a column delete query is executed this event if fired
|
| ColumnEntityConverter |
This interface represents the converter between an entity and the
ColumnEntity |
| ColumnEntityPostPersist |
The interface represents the model when the
ColumnEntity be saved that event will fired. |
| ColumnEntityPrePersist |
The interface represents the model before the
ColumnEntity be saved that event will fired. |
| ColumnEventPersistManager |
This interface represent the manager of events.
|
| ColumnPage<T> | |
| ColumnQueryExecute |
When a column query is executed this event if fired
|
| ColumnQueryMapper |
The builder to either select and delete query using an object mapper API.
|
| ColumnQueryMapper.ColumnMapperDeleteFrom |
The Column Delete Query
|
| ColumnQueryMapper.ColumnMapperDeleteNameCondition |
The base to delete name condition
|
| ColumnQueryMapper.ColumnMapperDeleteNotCondition |
The column not condition
|
| ColumnQueryMapper.ColumnMapperDeleteQueryBuild |
The last step to the build of
ColumnDeleteQuery. |
| ColumnQueryMapper.ColumnMapperDeleteWhere |
The Column Where whose define the condition in the delete query.
|
| ColumnQueryMapper.ColumnMapperFrom |
The ColumnFrom Query
|
| ColumnQueryMapper.ColumnMapperLimit |
The Column Order whose define the the maximum number of results to retrieve.
|
| ColumnQueryMapper.ColumnMapperNameCondition |
The base to name condition
|
| ColumnQueryMapper.ColumnMapperNameOrder |
The Column name order a query
|
| ColumnQueryMapper.ColumnMapperNotCondition |
The column not condition
|
| ColumnQueryMapper.ColumnMapperOrder |
The definition to either
SortType |
| ColumnQueryMapper.ColumnMapperQueryBuild |
The last step to the build of
ColumnQuery. |
| ColumnQueryMapper.ColumnMapperSkip |
The Column Order whose define the position of the first result to retrieve.
|
| ColumnQueryMapper.ColumnMapperWhere |
The Column Where whose define the condition in the query.
|
| ColumnQueryMapper.ColumnPage<T> | |
| ColumnQueryPagination |
A
ColumnQuery that allows select based on pagination. |
| ColumnQueryPagination.ColumnQueryPaginationProvider |
A provider
ColumnQueryPagination of where given two parameters:
The first is ColumnQuery
The second is Pagination
it returns an instance ColumnQueryPagination |
| ColumnRepositoryProducer |
The producer of
Repository |
| ColumnTemplate |
This interface that represents the common operation between an entity
and
ColumnEntity |
| ColumnTemplateProducer |
The producer of
ColumnTemplate |
| ColumnWorkflow |
This implementation defines the workflow to insert an Entity on
ColumnTemplate. |
| EntityColumnPostPersist |
When an entity is either saved or updated it's the first event to fire
|
| EntityColumnPrePersist |
When an entity is either saved or updated it's the first event to fire
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.