| Interface | Description |
|---|---|
| AbstractEntity |
The base class for any entity
|
| AbstractEntityDao<T extends AbstractEntity> |
The interface Abstract entity dao.
|
| DefaultAware |
The interface Null safe aware.
|
| NullAware |
The interface Null safe aware.
|
| ValidationAware |
The interface Validation aware.
|
| Class | Description |
|---|---|
| AbstractEntityDaoImpl<T extends AbstractEntity> |
This DAO abstracts Multi Tenancy.
|
| AbstractEntityDaoInternal<T extends AbstractEntityInternal> |
The type Abstract entity dao wrapper.
|
| AbstractEntityInternal |
The type Abstract entity wrapper.
|
| AbstractMongoDao |
The type Mongo dao.
|
| AbstractReadOnlyEntityDaoImpl<T extends AbstractEntity> |
The type Ro abstract entity dao.
|
| DirectEntityDaoImpl<T extends AbstractEntity> |
The type Direct entity dao.
|
| MapEntity |
The type Map entity.
|
| NullSafeCriteria |
The type Null safe criteria.
|
| NullSafeUpdate |
The type Null safe update.
|
| PagedResponse<T> |
The type Paged response.
|
| SafeCriteria<T extends SafeCriteria<T>> |
The type Null safe criteria.
|
| TenantAwareQuery |
The type Tenant aware query.
|
| WrapperEntity |
Wrapper for Abstract Entity.
|
Copyright © 2022. All rights reserved.