| Package | Description |
|---|---|
| org.swat.mongo.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityDaoImpl<T extends AbstractEntity>
This DAO abstracts Multi Tenancy.
|
class |
AbstractEntityDaoInternal<T extends AbstractEntityInternal>
The type Abstract entity dao wrapper.
|
class |
AbstractReadOnlyEntityDaoImpl<T extends AbstractEntity>
The type Ro abstract entity dao.
|
class |
DirectEntityDaoImpl<T extends AbstractEntity>
The type Direct entity dao.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEntityDao<T> |
AbstractEntityDaoImpl.withDirect() |
AbstractEntityDao<T> |
AbstractEntityDao.withDirect()
Directly queries and updates, without modifying
Query and Update objects. |
AbstractEntityDao<T> |
AbstractEntityDaoImpl.withDirectQuery() |
AbstractEntityDao<T> |
AbstractEntityDao.withDirectQuery()
Directly queries and updates, without modifying
Query object. |
AbstractEntityDao<T> |
AbstractEntityDaoImpl.withDirectUpdate() |
AbstractEntityDao<T> |
AbstractEntityDao.withDirectUpdate()
Directly queries and updates, without modifying
Update object. |
Copyright © 2022. All rights reserved.