| Package | Description |
|---|---|
| com.erudika.para |
Default package.
|
| com.erudika.para.core.utils |
Core utilities - helper methods for implementing ParaObject and and links.
|
| com.erudika.para.persistence |
The persistence module - handles data store communications and object persistence.
|
| com.erudika.para.search |
The search module - manages indexing operations and enables search.
|
| Modifier and Type | Method and Description |
|---|---|
static DAO |
Para.getDAO() |
| Modifier and Type | Method and Description |
|---|---|
abstract DAO |
CoreUtils.getDao()
Returns the DAO object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CoreUtils.setDao(DAO dao)
Sets the DAO object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockDAO
Fake DAO for in-memory persistence.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MockSearch.rebuildIndex(DAO dao,
App app,
Pager... pager) |
boolean |
Search.rebuildIndex(DAO dao,
App app,
Pager... pager)
Reads all objects from the database and indexes them into a new index.
|
boolean |
MockSearch.rebuildIndex(DAO dao,
App app,
String destinationIndex,
Pager... pager) |
boolean |
Search.rebuildIndex(DAO dao,
App app,
String destinationIndex,
Pager... pager)
Reads all objects from the database and indexes them into a new index.
|
Copyright © 2018 Erudika. All rights reserved.