public class EntityManagerImpl extends com.marklogic.client.ext.helper.LoggingObject implements EntityManager
| Constructor and Description |
|---|
EntityManagerImpl(HubConfig hubConfig) |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.Enum,java.lang.Boolean> |
deployQueryOptions()
Deploys the query option
|
boolean |
saveDbIndexes()
Updates the indexes for the entity on the filesystem
|
boolean |
saveQueryOptions()
Updates the query options to the file system
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic EntityManagerImpl(HubConfig hubConfig)
public boolean saveQueryOptions()
EntityManagersaveQueryOptions in interface EntityManagerpublic java.util.HashMap<java.lang.Enum,java.lang.Boolean> deployQueryOptions()
EntityManagerdeployQueryOptions in interface EntityManagerpublic boolean saveDbIndexes()
EntityManagersaveDbIndexes in interface EntityManager